diff --git a/package-lock.json b/package-lock.json index afdea44a0..17846323c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@havesource/cordova-plugin-push", - "version": "4.0.0", + "version": "4.0.1-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@havesource/cordova-plugin-push", - "version": "4.0.0", + "version": "4.0.1-dev.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index 9eefaddb8..5d7e6ca05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "4.0.0", + "version": "4.0.1-dev.0", "description": "Register and receive push notifications.", "scripts": { "build": "babel src/js --out-dir www",