Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert committed Jun 18, 2013
1 parent 1c24fff commit 5dc357d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
0.5.2 / 2012-06-17
==================

* Factoring out Promisify methods.

0.5.1 / 2012-06-16
==================

* Removed extraneous debug output

0.5.0 /
0.5.0 / 2013-06-15
==================

* Stripped out Underscore.js dependency
* Bot example now works correctly, checks for all the correct data fields

0.4.0 /
0.4.0 / 2013-06-15
==================

* Added node-mime as a dependency (used for image uploads)
Expand Down
2 changes: 1 addition & 1 deletion lib/groupme.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
"Stateless" : require('./Stateless'),
"ImageService" : require('./ImageService'),
"IncomingStream" : require('./IncomingStream'),
"version" : "0.5.1"
"version" : "0.5.2"
}
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.1",
"version": "0.5.2",
"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 5dc357d

Please sign in to comment.