diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b7b9e1d..6eec465 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,14 @@ --> # Release Notes +### 1.1.0 (Nov 18, 2015) +* CB-10035 Updated `RELEASENOTES` to be newest to oldest +* Fixing contribute link. +* These notifications are objects so their address always evaluates to true. +* Update `NetworkManager.java` +* CB-9542 `Browser Proxy` not defined correctly +* Solved `toLowerCase` issue with `Locale.US` + ### 1.0.1 (Jun 17, 2015) * Adding .ratignore file. * CB-9128 cordova-plugin-network-information documentation translation: cordova-plugin-network-information diff --git a/package.json b/package.json index 0c15b42..8a0a886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "1.0.2-dev", + "version": "1.1.0", "description": "Cordova Network Information Plugin", "cordova": { "id": "cordova-plugin-network-information", diff --git a/plugin.xml b/plugin.xml index b3ce104..a017abd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="1.1.0"> Network Information Cordova Network Information Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index a5e979a..c99ca40 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="1.1.0"> Cordova Network Information Plugin Tests Apache 2.0