mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-19 05:52:49 +08:00
CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)
This commit is contained in:
parent
f294a194c9
commit
2cfc366c2a
@ -20,6 +20,9 @@
|
||||
-->
|
||||
# Release Notes
|
||||
|
||||
### 2.0.0 (Dec 15, 2017)
|
||||
* [CB-13663](https://issues.apache.org/jira/browse/CB-13663) : Removed deprecated platforms
|
||||
|
||||
### 1.3.4 (Nov 06, 2017)
|
||||
* [CB-12751](https://issues.apache.org/jira/browse/CB-12751) (ios) Fix connection type when airplane mode is on
|
||||
* [CB-13299](https://issues.apache.org/jira/browse/CB-13299) (CI) Fix **Android** builds
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-network-information",
|
||||
"version": "2.0.0-dev",
|
||||
"version": "2.0.0",
|
||||
"description": "Cordova Network Information Plugin",
|
||||
"types": "./types/index.d.ts",
|
||||
"cordova": {
|
||||
|
@ -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="2.0.0-dev">
|
||||
version="2.0.0">
|
||||
|
||||
<name>Network Information</name>
|
||||
<description>Cordova Network Information Plugin</description>
|
||||
|
@ -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.5-dev">
|
||||
version="2.0.0">
|
||||
<name>Cordova Network Information Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user