Skip to content

Commit

Permalink
chore(release): bumop version to 6.0.2-OS5
Browse files Browse the repository at this point in the history
  • Loading branch information
nflsilva committed Jan 10, 2022
1 parent 8d85496 commit 0d78f30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.2-OS5 (Jan 10, 2022)
- Fix: Write file to disk as blocks to avoid big memory allocation on Android (https://outsystemsrd.atlassian.net/browse/RMET-1283)

### 6.0.2-OS4 (Nov 16, 2021)
- Fix: Added requestLegacyExternalStorage for Android 10 (https://outsystemsrd.atlassian.net/browse/RMET-1195)

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.2-OS4",
"version": "6.0.2-OS5",
"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.2-OS4">
version="6.0.2-OS5">
<name>File</name>
<description>Cordova File Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 0d78f30

Please sign in to comment.