diff --git a/package.json b/package.json index 510166f..0166c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kunder-cordova-plugin-webview", - "version": "2.5.1", + "version": "2.6.0", "description": "This cordova plugin enables you to open a second webview in your app. This webview is totally independent from the main webview, but allows you tu access plugins and other Cordova resources. It's possible to modify this plugin to allow multiple webviews.", "cordova": { "id": "kunder-cordova-plugin-webview", @@ -11,19 +11,18 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/kunder-lab/cl.kunder.webview.git" + "url": "https://github.com/kunder-lab/cl.kunder.webview.git" }, "keywords": [ "cordova", - "loading", - "indicator", - "spinner", + "cordova-plugin", + "webview", "ecosystem:cordova", "cordova-android", "cordova-ios" ], "author": "kunder", - "license": "MIT", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/kunder-lab/cl.kunder.webview/issues" }, diff --git a/plugin.xml b/plugin.xml index 8c472b4..574db3e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="2.6.0"> Cordova Second Webview kunder @@ -12,7 +12,7 @@ It's possible to modify this plugin to allow multiple webviews. - https://github.com/arturokunder/cl.kunder.webview.git + https://github.com/arturokunder/cl.kunder.webview https://github.com/arturokunder/cl.kunder.webview/issues Apache 2.0 cordova, webview