Skip to content

Commit 957e1dc

Browse files
committed
CB-13681 Updated version and RELEASENOTES.md for release 6.0.0 (via coho)
1 parent bd4da38 commit 957e1dc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
-->
2121
# Release Notes
2222

23+
### 6.0.0 (Dec 15, 2017)
24+
* [CB-13668](https://issues.apache.org/jira/browse/CB-13668) Remove deprecated platforms
25+
2326
### 5.0.0 (Nov 06, 2017)
2427
* [CB-13481](https://issues.apache.org/jira/browse/CB-13481) (android) Don't ask for permission to read `file:///android_asset/`
2528
* [CB-13518](https://issues.apache.org/jira/browse/CB-13518) Add 'protective' entry to `cordovaDependencies`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-file",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "Cordova File Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-file"
24-
version="6.0.0-dev">
24+
version="6.0.0">
2525
<name>File</name>
2626
<description>Cordova File Plugin</description>
2727
<license>Apache 2.0</license>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-file-tests"
25-
version="5.0.1-dev">
25+
version="6.0.0">
2626

2727
<name>Cordova File Plugin Tests</name>
2828
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)