Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/1.1.x d97b63bd7 -> 91e9d74e7
CB-11832 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/10075b96 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/10075b96 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/10075b96 Branch: refs/heads/1.1.x Commit: 10075b9625eb6aece2dd8c7a4d5ba451fc7f2e76 Parents: d97b63b Author: Steve Gill <[email protected]> Authored: Fri Sep 9 16:08:04 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Sep 9 16:08:04 2016 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/10075b96/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 956cf20..d83af19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-wkwebview-engine", - "version": "1.1.0", + "version": "1.1.1-dev", "description": "The official Apache Cordova WKWebView Engine Plugin", "main": "index.js", "repository": { http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/10075b96/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9b7abed..102f7c6 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.1.0"> + version="1.1.1-dev"> <name>Cordova WKWebView Engine</name> <description>Cordova WKWebView Engine Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/10075b96/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index a6a4235..378cb46 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wkwebview-engine-tests" - version="1.1.0"> + version="1.1.1-dev"> <name>cordova-plugin-wkwebview-engine Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
