Skip to content

Commit

Permalink
version bump 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Tagle authored and Arturo Tagle committed Dec 27, 2017
1 parent aad2154 commit 863478d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="kunder-cordova-plugin-webview"
version="2.5.1">
version="2.6.0">
<name>Cordova Second Webview</name>
<author href="http://kunder.cl">kunder</author>
<description>
Expand All @@ -12,7 +12,7 @@

It's possible to modify this plugin to allow multiple webviews.
</description>
<repo>https://github.com/arturokunder/cl.kunder.webview.git</repo>
<repo>https://github.com/arturokunder/cl.kunder.webview</repo>
<issue>https://github.com/arturokunder/cl.kunder.webview/issues</issue>
<license>Apache 2.0</license>
<keywords>cordova, webview</keywords>
Expand Down

0 comments on commit 863478d

Please sign in to comment.