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:32 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master ef5484a2a -> e1911a3c7


CB-10035 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/e1911a3c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/e1911a3c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/e1911a3c

Branch: refs/heads/master
Commit: e1911a3c78592a23358caa0c4fc9429456942702
Parents: ef5484a
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-camera/blob/e1911a3c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5b94ed0..820a5fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "2.0.0",
+  "version": "2.0.1-dev",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "cordova-plugin-camera",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e1911a3c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e607d0c..673761e 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.0.0">
+    version="2.0.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/e1911a3c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 1d62898..ace25d1 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.0.0">
+    version="2.0.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