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/12/14 20:29:02 UTC

[2/2] cordova-plugin-inappbrowser git commit: CB-12237 Incremented plugin version.

CB-12237 Incremented plugin version.


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

Branch: refs/heads/master
Commit: d26ccd1f4dc8cea83b2c34019b8d94758d34dd52
Parents: b6e575b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 14 12:27:33 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Dec 14 12:27:33 2016 -0800

----------------------------------------------------------------------
 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-inappbrowser/blob/d26ccd1f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 72e2d22..915a81e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-inappbrowser",
-  "version": "1.6.1",
+  "version": "1.6.2-dev",
   "description": "Cordova InAppBrowser Plugin",
   "cordova": {
     "id": "cordova-plugin-inappbrowser",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/d26ccd1f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c4006ce..18c91c2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-inappbrowser"
-      version="1.6.1">
+      version="1.6.2-dev">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/d26ccd1f/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3394bec..5c1debc 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-inappbrowser-tests"
-    version="1.6.1">
+    version="1.6.2-dev">
     <name>Cordova InAppBrowser Plugin Tests</name>
     <license>Apache 2.0</license>
 


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