Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed May 23, 2016
1 parent 2fecb9c commit 92576a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Bitcode](#bitcode)
- [Additional Resources](#additional-resources)

This requires phonegap/cordova CLI 5.0+ ( current stable v1.6.3 )
This requires phonegap/cordova CLI 5.0+ ( current stable v1.6.4 )

```
phonegap plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX"
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": "phonegap-plugin-push",
"description": "Register and receive push notifications.",
"version": "1.6.3",
"version": "1.6.4",
"homepage": "http://github.com/phonegap/phonegap-plugin-push#readme",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:amazon="http://schemas.android.com/apk/lib/com.amazon.device.ads"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="phonegap-plugin-push"
version="1.6.3">
version="1.6.4">

<name>PushPlugin</name>
<description>
Expand Down

0 comments on commit 92576a2

Please sign in to comment.