Repository: cordova-plugin-network-information Updated Branches: refs/heads/1.3.x 0e6889a09 -> 0079edbaa
CB-11832 Incremented plugin version. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/75c38c4d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/75c38c4d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/75c38c4d Branch: refs/heads/1.3.x Commit: 75c38c4d694313fe1307e5371cf225bac158aece Parents: 0e6889a 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-network-information/blob/75c38c4d/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index fd804b8..9e99062 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "1.3.0", + "version": "1.3.1-dev", "description": "Cordova Network Information Plugin", "cordova": { "id": "cordova-plugin-network-information", http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/75c38c4d/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2992229..794f065 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-network-information" - version="1.3.0"> + version="1.3.1-dev"> <name>Network Information</name> <description>Cordova Network Information Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/75c38c4d/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index c4b03c2..0728f13 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-network-information-tests" - version="1.3.0"> + version="1.3.1-dev"> <name>Cordova Network Information Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
