Skip to content

Commit

Permalink
Bumping version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cithukyaw committed Oct 17, 2015
1 parent 974a13c commit 65826f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slack-notifier",
"main": "slack-notifier.js",
"version": "0.0.1",
"version": "0.0.3",
"homepage": "https://github.com/cithukyaw/slack-notifier",
"authors": [
"Sithu K <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-notifier",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple module to send notifications and messages to Slack service using web hooks",
"main": "slack-notifier.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion slack-notifier.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* slack-notifier.js 0.0.1
* slack-notifier.js 0.0.3
* slack-notifier may be freely distributed under the MIT license.
*/
(function() {
Expand Down

0 comments on commit 65826f3

Please sign in to comment.