9
0
mirror of https://gitee.com/shuto/cordova-plugin-network-information.git synced 2025-03-16 05:01:01 +08:00

[CB-4915] Updated version and RELEASENOTES.md for release 0.2.3

This commit is contained in:
Steven Gill 2013-09-25 17:54:54 -07:00
parent fd27f9f844
commit a5136aa256
2 changed files with 10 additions and 1 deletions

@ -22,3 +22,12 @@
### 0.2.1 (Sept 5, 2013) ### 0.2.1 (Sept 5, 2013)
* CB-4432 copyright notice change * CB-4432 copyright notice change
### 0.2.3 (Sept 25, 2013)
* CB-4889 bumping&resetting version
* [windows8] commandProxy was moved
* CB-4889 renaming org.apache.cordova.core.network-information to org.apache.cordova.network-information
* removed duplicate comment line from plugin.xml
* added Network APIs for FirefoxOS
* Rename CHANGELOG.md -> RELEASENOTES.md
* [CB-4752] Incremented plugin version on dev branch.

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.network-information" id="org.apache.cordova.network-information"
version="0.2.3-dev"> version="0.2.3">
<name>Network Information</name> <name>Network Information</name>
<description>Cordova Network Information Plugin</description> <description>Cordova Network Information Plugin</description>