You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/01/11 19:59:22 UTC

cordova-plugins git commit: Increment version and update to use released version of wkwebview-engine 1.0.1, and cordova-ios 4.0.1 req

Repository: cordova-plugins
Updated Branches:
  refs/heads/master d3d7ed799 -> df3a3fd79


Increment version and update to use released version of wkwebview-engine 1.0.1, and cordova-ios 4.0.1 req


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/df3a3fd7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/df3a3fd7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/df3a3fd7

Branch: refs/heads/master
Commit: df3a3fd7967e85fd6a882436afde4540e7eeee97
Parents: d3d7ed7
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Jan 11 11:00:26 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Jan 11 11:00:26 2016 -0800

----------------------------------------------------------------------
 wkwebview-engine-localhost/plugin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/df3a3fd7/wkwebview-engine-localhost/plugin.xml
----------------------------------------------------------------------
diff --git a/wkwebview-engine-localhost/plugin.xml b/wkwebview-engine-localhost/plugin.xml
index 726b361..9bad595 100644
--- a/wkwebview-engine-localhost/plugin.xml
+++ b/wkwebview-engine-localhost/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-labs-wkwebview-engine-localhost"
-    version="0.3.0">
+    version="0.4.0">
     <name>Cordova WKWebView Engine with http server (localhost) support</name>
     <description>Cordova WKWebView Engine with HTTP Server Plugin</description>
     <license>Apache 2.0</license>
@@ -12,12 +12,12 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugins.git</repo>
 
 	<engines>
-        <engine name="cordova-ios" version=">=4.0.0-dev" />
+        <engine name="cordova-ios" version=">=4.0.1" />
         <engine name="apple-ios" version=">=8.0" />
 	</engines>
 
     <dependency id="cordova-labs-local-webserver" url="https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:local-webserver" version=">=2.3.1" />
-    <dependency id="cordova-plugin-wkwebview-engine" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine.git#master" version=">=0.0.1" />
+    <dependency id="cordova-plugin-wkwebview-engine" version=">=1.0.1" />
 
     <!-- ios -->
     <platform name="ios">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org