From abc52256aa902a1a72a0516e63d4ef885e015011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Wed, 18 Dec 2024 12:24:44 +0900 Subject: [PATCH] chore: bump 5.0.5-dev.0 --- package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67da141c8..65ab31e4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.4", + "version": "5.0.5-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@havesource/cordova-plugin-push", - "version": "5.0.4", + "version": "5.0.5-dev.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index 6c246df9b..31bd8fc6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.4", + "version": "5.0.5-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 a0ad8d5b7..32fd64de0 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="@havesource/cordova-plugin-push" version="5.0.5-dev.0"> Cordova Push Plugin Enable receiving push notifications on Android and iOS devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications.