CB-11091 Incremented plugin version.
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/commit/59b8301e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/tree/59b8301e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/diff/59b8301e Branch: refs/heads/master Commit: 59b8301ec4a5d020d32fdcb8a744539e1c3b9a03 Parents: 876e3b2 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:45:28 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:45:28 2016 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/59b8301e/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d07a816..f0be486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-whitelist", - "version": "1.2.2", + "version": "1.2.3-dev", "description": "Cordova Whitelist Plugin", "cordova": { "platforms": [ http://git-wip-us.apache.org/repos/asf/cordova-plugin-whitelist/blob/59b8301e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 3b4ace8..187b2e9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-whitelist" - version="1.2.2"> + version="1.2.3-dev"> <name>Whitelist</name> <description>Cordova Network Whitelist Plugin</description> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
