diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c102571..b71660a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> # Release Notes +### 2.0.0 (Dec 15, 2017) +* [CB-13662](https://issues.apache.org/jira/browse/CB-13662) remove deprecated platforms + ### 1.7.2 (Nov 06, 2017) * [CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor * [CB-13472](https://issues.apache.org/jira/browse/CB-13472) (CI) Fixed Travis **Android** builds again diff --git a/package.json b/package.json index e9f8a85..57309b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "2.0.0-dev", + "version": "2.0.0", "description": "Cordova InAppBrowser Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 1c660ff..97adb0d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="2.0.0"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 4dae01f..a9c1e83 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="2.0.0"> Cordova InAppBrowser Plugin Tests Apache 2.0