Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
argon committed Apr 20, 2011
1 parent 8875229 commit fe70e0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -126,6 +126,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

## Changelog

1.0.6:

* Fixes issue #6 where a socket emitting an error could bring down the whole node instance as the exception is uncaught.

1.0.5:

* Fixed a bug with parsing device token which could cause an out-of-bounds error.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.0.5",
"version": "1.0.6",
"author": "Andrew Naylor <argon@mkbot.net>",
"contributors": [
{ "name": "Andrew Naylor", "email": "argon@mkbot.net" }
Expand Down

0 comments on commit fe70e0b

Please sign in to comment.