Skip to content

Commit

Permalink
CB-13681 Updated version and RELEASENOTES.md for release 6.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 bd4da38 commit 957e1dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
-->
# Release Notes

### 6.0.0 (Dec 15, 2017)
* [CB-13668](https://issues.apache.org/jira/browse/CB-13668) Remove deprecated platforms

### 5.0.0 (Nov 06, 2017)
* [CB-13481](https://issues.apache.org/jira/browse/CB-13481) (android) Don't ask for permission to read `file:///android_asset/`
* [CB-13518](https://issues.apache.org/jira/browse/CB-13518) Add 'protective' entry to `cordovaDependencies`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file",
"version": "6.0.0-dev",
"version": "6.0.0",
"description": "Cordova File Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file"
version="6.0.0-dev">
version="6.0.0">
<name>File</name>
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-file-tests"
version="5.0.1-dev">
version="6.0.0">

<name>Cordova File Plugin Tests</name>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 957e1dc

Please sign in to comment.