diff --git a/demo/package.json b/demo/package.json index 11ac987..2697945 100644 --- a/demo/package.json +++ b/demo/package.json @@ -16,7 +16,7 @@ }, "license": "Apache-2.0", "dependencies": { - "nativescript-push-notifications": "../publish/package/nativescript-push-notifications-0.3.0.tgz", + "nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.0.0.tgz", "nativescript-theme-core": "^1.0.4", "tns-core-modules": "^3.3.0" }, diff --git a/src/package.json b/src/package.json index 968f9f3..45b2f03 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-push-notifications", - "version": "0.3.0", + "version": "1.0.0", "description": "Receive push notifications in your NativeScript app on Android and iOS.", "main": "push-plugin", "typings": "index.d.ts",