From fbb45e9aa1e2fef9032669dc13abe19b0ca34fd8 Mon Sep 17 00:00:00 2001 From: Erisu Date: Sat, 13 Feb 2021 18:14:09 +0900 Subject: [PATCH] chore: bump version to 2.0.1-dev.0 --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 016985b94..a3b9795cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "2.0.0", + "version": "2.0.1-dev.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a28ea7b0d..6291dd666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "2.0.0", + "version": "2.0.1-dev.0", "description": "Register and receive push notifications.", "scripts": { "build": "babel src/js --out-dir www", diff --git a/plugin.xml b/plugin.xml index 835c4940d..5f5f9cef4 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="@havesource/cordova-plugin-push" version="2.0.1-dev.0"> Cordova Push Plugin 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.