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

cordova-plugin-network-information git commit: CB-10035 Incremented plugin version.

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master f6d278278 -> 3b1490cb7


CB-10035 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/3b1490cb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/3b1490cb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/3b1490cb

Branch: refs/heads/master
Commit: 3b1490cb7c5fcdcf54e35126236df94ad0b376c7
Parents: f6d2782
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-network-information/blob/3b1490cb/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8a0a886..9f9a246 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-network-information",
-  "version": "1.1.0",
+  "version": "1.1.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/3b1490cb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a017abd..701afff 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.1.0">
+      version="1.1.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/3b1490cb/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c99ca40..b3a2a58 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.1.0">
+    version="1.1.1-dev">
     <name>Cordova Network Information 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