Skip to content

Commit 23f10a1

Browse files
author
Vladimir Kotikov
committed
CB-10557 Updated version and RELEASENOTES.md for release 4.1.1
1 parent 0ed7795 commit 23f10a1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

RELEASENOTES.md

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

23+
### 4.1.1 (Feb 09, 2016)
24+
* Edit package.json license to match SPDX id
25+
* [CB-10419](https://issues.apache.org/jira/browse/CB-10419) cordova-plugin-file 4.0.0 error with browserify workflow
26+
2327
### 4.1.0 (Jan 15, 2016)
2428
* added `.ratignore` file
2529
* CB-10319 **android** Adding reflective helper methods for permission requests

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": "4.1.1-dev",
3+
"version": "4.1.1",
44
"description": "Cordova File Plugin",
55
"cordova": {
66
"id": "cordova-plugin-file",

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="4.1.1-dev">
24+
version="4.1.1">
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="4.1.1-dev">
25+
version="4.1.1">
2626

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

0 commit comments

Comments
 (0)