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 2016/01/16 02:12:09 UTC

[2/2] cordova-plugin-camera git commit: CB-10368 Incremented plugin version.

CB-10368 Incremented plugin version.


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

Branch: refs/heads/master
Commit: 6f7ce333ccb3e226144988bf978220ff845886ba
Parents: 0f32b78
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:58:32 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:58:32 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-camera/blob/6f7ce333/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 46b7c1b..aa46ab2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "2.1.0",
+  "version": "2.1.1-dev",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "cordova-plugin-camera",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6f7ce333/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 52d7e6c..42160db 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="cordova-plugin-camera"
-    version="2.1.0">
+    version="2.1.1-dev">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6f7ce333/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 8e9fb66..4825842 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="cordova-plugin-camera-tests"
-    version="2.1.0">
+    version="2.1.1-dev">
     <name>Cordova Camera 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