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:58:19 UTC

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

Repository: cordova-plugin-globalization
Updated Branches:
  refs/heads/master 4e6174a29 -> 6076f3559


CB-10035 Incremented plugin version.


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

Branch: refs/heads/master
Commit: 6076f3559a91cc67b31b6d9ea29a4bc96d2b956a
Parents: 4e6174a
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-globalization/blob/6076f355/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1f049f8..bbfaf07 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-globalization",
-  "version": "1.0.2",
+  "version": "1.0.3-dev",
   "description": "Cordova Globalization Plugin",
   "cordova": {
     "id": "cordova-plugin-globalization",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6076f355/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ace8b4b..918b5d1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-globalization"
-      version="1.0.2">
+      version="1.0.3-dev">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/6076f355/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 5677c6b..9dcff31 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-globalization-tests"
-    version="1.0.2">
+    version="1.0.3-dev">
     <name>Cordova Globalization 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