From e865951e0ba7ff41995fff3070c77977348766fa Mon Sep 17 00:00:00 2001 From: Stoyan Stratev Date: Thu, 15 Feb 2018 17:53:28 +0200 Subject: [PATCH] chor: bump version --- demo/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/demo/package.json b/demo/package.json index 2697945..7d4efaa 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "1.0.0", + "version": "1.1.0", "nativescript": { "id": "org.nativescript.ppTest", "tns-ios": { @@ -16,7 +16,7 @@ }, "license": "Apache-2.0", "dependencies": { - "nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.0.0.tgz", + "nativescript-push-notifications": "../publish/package/nativescript-push-notifications-1.1.0.tgz", "nativescript-theme-core": "^1.0.4", "tns-core-modules": "^3.3.0" }, @@ -39,7 +39,8 @@ "webpack": "~3.10.0", "webpack-bundle-analyzer": "^2.8.2", "webpack-sources": "~1.1.0", - "css-loader": "~0.28.7" + "css-loader": "~0.28.7", + "uglifyjs-webpack-plugin": "~1.1.6" }, "scripts": { "build.plugin": "cd ../src && npm run build",