Skip to content

Commit

Permalink
Version bump and changelog for DirectMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert committed Mar 4, 2014
1 parent 2253fb9 commit 712a1ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/groupme.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = {
"Stateless" : require('./Stateless'),
"ImageService" : require('./ImageService'),
"IncomingStream" : require('./IncomingStream'),
"version" : "0.5.3"
"version" : "0.5.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 712a1ba

Please sign in to comment.