Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge branch '2.0.4-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Dec 9, 2015
2 parents bbfb8c4 + 3921217 commit 5b689fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "aerogear-cordova-push",
"version": "2.0.3",
"version": "2.0.4",
"description": "This plugin allows your application to receive push notifications, using the AeroGear Unified Push Server.",
"cordova": {
"id": "aerogear-cordova-push",
"platforms": [
"android",
"ios",
"firefoxos",
"wp8"
"wp8",
"windows"
]
},
"repository": {
Expand All @@ -26,7 +27,8 @@
"cordova-android",
"cordova-ios",
"cordova-firefoxos",
"cordova-wp8"
"cordova-wp8",
"corodva-windows"
],
"engines": [
{
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="aerogear-cordova-push" version="2.0.3">
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="aerogear-cordova-push" version="2.0.4">
<name>
AeroGear PushPlugin
</name>
Expand Down

0 comments on commit 5b689fd

Please sign in to comment.