From d85991accbc998f39e52d0d08efa907d47f3eb85 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Fri, 15 Dec 2017 17:25:13 -0800 Subject: [PATCH] CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho) --- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) 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