Skip to content

Commit

Permalink
CB-13681 Updated version and RELEASENOTES.md for release 2.0.0 (via c…
Browse files Browse the repository at this point in the history
…oho)
  • Loading branch information
stevengill committed Dec 16, 2017
1 parent 309cdef commit d85991a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Expand Up @@ -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>

Expand Down

0 comments on commit d85991a

Please sign in to comment.