diff --git a/History.md b/History.md index ff74423..762e560 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +0.5.6 / 2014-03-03 +================== + +* Added CLI support for DirectMessages + +0.5.5 / 2014-03-03 +================== + +* Fixed DirectMessage interface + 0.5.4 / 2013-11-27 ================== diff --git a/lib/groupme.js b/lib/groupme.js index 3c491c0..cfad552 100644 --- a/lib/groupme.js +++ b/lib/groupme.js @@ -9,5 +9,5 @@ module.exports = { "Stateless" : require('./Stateless'), "ImageService" : require('./ImageService'), "IncomingStream" : require('./IncomingStream'), - "version" : "0.5.3" + "version" : "0.5.6" } \ No newline at end of file diff --git a/package.json b/package.json index 2fcfcb6..06a188d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "groupme", - "version": "0.5.4", + "version": "0.5.6", "main": "index", "description": "A Node Module for interacting with the GroupMe API. Supports both querying the Stateless API and receiving Websocket-based push messages, and provides a CLI.", "keywords": ["groupme", "api", "text", "bot", "websocket", "push", "cli"],