Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Orion98MC committed Jul 23, 2013
1 parent fe840dc commit f51febe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ var
feedback.on('end', function () {
console.log('Done!');
});
feedback.on('close', function () {
console.log('Done!');
});
*/
function Feedback(tls_opts, opts) {
if (false === (this instanceof Feedback)) {
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": "node_apns",
"description": "Apple Push Notifier for node.js",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Thierry Passeron",
"email": "thierry.passeron@gmail.com"
Expand Down

0 comments on commit f51febe

Please sign in to comment.