Skip to content

Commit

Permalink
chore: match plugin.xml version w/ package.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Aug 12, 2020
1 parent c6209e7 commit 79c2d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-push" version="2.3.0">
id="cordova-plugin-push" version="1.0.0">

<name>Cordova Push Plugin</name>
<description>Enable receiving push notifications on Android, iOS and Windows devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications. Windows uses Microsoft WNS Notifications.</description>
Expand Down

0 comments on commit 79c2d70

Please sign in to comment.