From 65826f3968b59f1625cacc00d451cef06de9e314 Mon Sep 17 00:00:00 2001 From: Sithu Date: Sat, 17 Oct 2015 23:11:17 +0630 Subject: [PATCH] Bumping version 0.0.3 --- bower.json | 2 +- package.json | 2 +- slack-notifier.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 27751a3..41f58ff 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/package.json b/package.json index 8aa0758..a694d58 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/slack-notifier.js b/slack-notifier.js index a13f0b6..193e36d 100644 --- a/slack-notifier.js +++ b/slack-notifier.js @@ -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() {