From 0d78f304d1c10f8322c29fc6b39569aa2410891a Mon Sep 17 00:00:00 2001 From: Nelson Lopes Silva <5671236+nflsilva@users.noreply.github.com> Date: Mon, 10 Jan 2022 09:32:19 +0000 Subject: [PATCH] chore(release): bumop version to 6.0.2-OS5 --- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 016ce1dc..b1f866c9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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) diff --git a/package.json b/package.json index a22cccff..65219bdb 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/plugin.xml b/plugin.xml index 3d76b611..732e6e81 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="6.0.2-OS5"> File Cordova File Plugin Apache 2.0