Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/1.0.x 7f1409ec6 -> ac8bc9968
CB-10557 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/7924dd19 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/7924dd19 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/7924dd19 Branch: refs/heads/1.0.x Commit: 7924dd19ffd0fa26f3100168fc39675f1e0fcf38 Parents: 7f1409e Author: Vladimir Kotikov <[email protected]> Authored: Tue Feb 9 12:44:04 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Tue Feb 9 13:02:08 2016 +0300 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/7924dd19/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index ba39332..6b052af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-wkwebview-engine", - "version": "1.0.2", + "version": "1.0.3-dev", "description": "The official Apache Cordova WKWebView Engine Plugin", "main": "index.js", "scripts": { http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/7924dd19/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2dd2f0b..da06044 100644 --- a/plugin.xml +++ b/plugin.xml @@ -23,7 +23,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-wkwebview-engine" - version="1.0.2"> + version="1.0.3-dev"> <name>Cordova WKWebView Engine</name> <description>Cordova WKWebView Engine Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
