CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via coho)

This commit is contained in:
Steve Gill 2017-12-15 17:25:13 -08:00
parent 309cdef070
commit d85991accb
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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": {

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser"
version="2.0.0-dev">
version="2.0.0">
<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-inappbrowser-tests"
version="1.7.3-dev">
version="2.0.0">
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>