Repository: cordova-plugin-globalization Updated Branches: refs/heads/1.0.x 6042184e3 -> 594651d27
CB-11832 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/1cc35b70 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/1cc35b70 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/1cc35b70 Branch: refs/heads/1.0.x Commit: 1cc35b707c824cdeb19470cdf529b2131bdd47a7 Parents: 6042184 Author: Steve Gill <[email protected]> Authored: Fri Sep 9 16:08:04 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Sep 9 16:08:04 2016 -0700 ---------------------------------------------------------------------- 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/1cc35b70/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 65e1659..ba0d171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-globalization", - "version": "1.0.4", + "version": "1.0.5-dev", "description": "Cordova Globalization Plugin", "cordova": { "id": "cordova-plugin-globalization", http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/1cc35b70/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 12077e1..3b0246b 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.4"> + version="1.0.5-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/1cc35b70/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 4a94f0c..a89d705 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.4"> + version="1.0.5-dev"> <name>Cordova Globalization Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
