diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ed9b83f..d94f53d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # Release Notes +### 1.3.2 (Feb 28, 2017) +* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped` +* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0** +* [CB-11838](https://issues.apache.org/jira/browse/CB-11838) **iOS:** Unregister callback function at the right timing. +* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed **Windows 8.1** build badges + ### 1.3.1 (Dec 07, 2016) * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.3.1 * [CB-11230](https://issues.apache.org/jira/browse/CB-11230) [CB-11505](https://issues.apache.org/jira/browse/CB-11505) iOS: Add compatibility with IPv6 diff --git a/package.json b/package.json index a87f6cd..e74b359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "1.3.2-dev", + "version": "1.3.2", "description": "Cordova Network Information Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 7d97832..0752ae6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.3.2"> Network Information Cordova Network Information Plugin @@ -67,15 +67,15 @@ xmlns:android="http://schemas.android.com/apk/res/android" - + - + - + diff --git a/tests/plugin.xml b/tests/plugin.xml index 9cf4b49..a5596a3 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.3.2"> Cordova Network Information Plugin Tests Apache 2.0