You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/12/01 02:57:45 UTC

cordova-plugin-device git commit: CB-10035 Incremented plugin version.

Repository: cordova-plugin-device
Updated Branches:
  refs/heads/master aa6a1d3be -> 715ee7e07


CB-10035 Incremented plugin version.


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

Branch: refs/heads/master
Commit: 715ee7e07762339fbea91069c93f96c6106790b3
Parents: aa6a1d3
Author: Steve Gill <st...@gmail.com>
Authored: Mon Nov 30 17:57:07 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Nov 30 17:57:07 2015 -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-device/blob/715ee7e0/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d3f2fbc..136ee50 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova Device Plugin",
   "cordova": {
     "id": "cordova-plugin-device",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/715ee7e0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 950e015..5bc3f78 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device"
-    version="1.1.0">
+    version="1.1.1-dev">
     <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/715ee7e0/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d5a79a0..b9a0ab4 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-device-tests"
-    version="1.1.0">
+    version="1.1.1-dev">
     <name>Cordova Device 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