You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/07/07 19:51:38 UTC

[09/11] git commit: CB-7019 Updated version and RELEASENOTES.md for release 0.2.10

CB-7019 Updated version and RELEASENOTES.md for release 0.2.10


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

Branch: refs/heads/master
Commit: 96da714b6d9a400d284414943d5be70fff1b2920
Parents: 6083816
Author: Ian Clelland <ic...@chromium.org>
Authored: Tue Jun 24 15:46:11 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed Jun 25 15:28:06 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 3 +++
 plugin.xml      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/96da714b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index dc21f3b..57ecfd7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -62,3 +62,6 @@
 * CB-6350 - Fix networkStatusForFlags return value type to work with 64-bit iOS (closes #8)
 * Initial version of firefox os network information plugin
 * there was an error in the object definition
+
+### 0.2.10 (Jun 24, 2014)
+* CB-6907: [android] Don't crash on startup if no networks available

http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/96da714b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c6ae743..b225300 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="org.apache.cordova.network-information"
-      version="0.2.10-dev">
+      version="0.2.10">
 
     <name>Network Information</name>
     <description>Cordova Network Information Plugin</description>