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

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

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master 548f89044 -> dbf415ac0


CB-10035 Incremented plugin version.


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

Branch: refs/heads/master
Commit: dbf415ac0fba9ac1d310e6fb8bad57514766a75a
Parents: 548f890
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-contacts/blob/dbf415ac/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index e6043b7..870bb80 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-contacts",
-  "version": "2.0.0",
+  "version": "2.0.1-dev",
   "description": "Cordova Contacts Plugin",
   "cordova": {
     "id": "cordova-plugin-contacts",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/dbf415ac/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 737c1da..4ed10ff 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,7 +24,7 @@
     xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"
     xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
     id="cordova-plugin-contacts"
-    version="2.0.0">
+    version="2.0.1-dev">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/dbf415ac/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6b1818c..f238f54 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-contacts-tests"
-    version="2.0.0">
+    version="2.0.1-dev">
     <name>Cordova Contacts 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