Skip to content

Commit

Permalink
Accept pull requests, increase version, update changelog, publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeCT committed Apr 13, 2012
1 parent 6145b8f commit 268c1af
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 @@ -6,7 +6,7 @@ An interface for [Android Cloud to Device Messaging][1] push notification servic
Via [npm][4]:

$ npm install c2dm

As a submodule of your project

$ git submodule add http://github.com/SpeCT/node-c2dm.git c2dm
Expand Down Expand Up @@ -127,6 +127,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

## Changelog

1.1.0

- [#2](http://github.com/SpeCT/node-c2dm/issues/2) – Exponential backoff retry on quota and temporary errors (thanks Olivier Poitrey aka [rs](https://github.com/rs))
- Handle auth_token refresh (Update-Client-Auth header) (thanks [Sam Lown](https://github.com/samlown))

1.0.4

- Handle scenario where 'close' event is emitted before 'end' event (node 0.4.x)
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.4",
"version": "1.1.0",
"author": "Yury Proshchenko <spect.man@gmail.com>",
"contributors": [
{ "name": "Yury Proshchenko", "email": "spect.man@gmail.com" }
Expand Down

0 comments on commit 268c1af

Please # to comment.