Skip to content

Commit

Permalink
Update version number and publish this release to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeCT committed Aug 15, 2011
1 parent 1be8e5d commit a65a36b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
[2]: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Request
[3]: http://code.google.com/android/c2dm/index.html#push
[4]: http://github.com/isaacs/npm
[5]: http://facebook.com/spect.man
[5]: mailto:spect.man@gmail.com

## Changelog

1.0.3

- Converted internal subscription method from on(2) to once(2)
- Published to npm

1.0.2

- Fixed 'Content-length missing' error
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "c2dm",
"description": "An interface to the Android Cloud to Device Messaging (C2DM) service for Node.js",
"version": "1.0.2",
"version": "1.0.3",
"author": "Yury Proshchenko <[email protected]>",
"contributors": [
{ "name": "Yury Proshchenko", "email": "[email protected]" }
Expand Down

0 comments on commit a65a36b

Please sign in to comment.