Skip to content

Commit 1e0a37f

Browse files
Release 1.1.2
1 parent 60fe63a commit 1e0a37f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
1.1.2 / 2014-10-08
3+
==================
4+
5+
* pgk: add serve command
6+
* Merge pull request #18 from phgrey/master
7+
* formatting && making the method private
8+
* correcting jsdocs
9+
* some memory leaks fixing
10+
* Merge pull request #11 from codeHatcher/master
11+
* fixing alert example when setting multiple values
12+
* alert example for object incorrect, fixing
13+
214
1.1.1 / 2014-03-24
315
==================
416

lib/apnagent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* APN Agent version
99
*/
1010

11-
exports.version = '1.1.1';
11+
exports.version = '1.1.2';
1212

1313
/*!
1414
* Agent (Live)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apnagent",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Node adapter for Apple Push Notification (APN) service.",
55
"author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)