diff --git a/README.md b/README.md index 824b6f8..956c9e3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ce638d4..d074f14 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [ { "name": "Yury Proshchenko", "email": "spect.man@gmail.com" }