diff --git a/README.md b/README.md index 421da482..bcb11a4d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2 - #597 [Android] Perform copyFile in background thread to prevent UI blocking - #587 [Windows] Fixed implementation for Windows - #585 [Android] Fix EISDIR on stat directory +- #583 [Android] fix Android downloadFile overflow contentLength and bytesWritten ## Changes for v2.12 - #601 [iOS] Another fix for copyAssetsVideoIOS diff --git a/package.json b/package.json index b38e33f3..33bf9f1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-fs", - "version": "2.13.0", + "version": "2.13.1", "description": "Native filesystem access for react-native", "main": "FS.common.js", "typings": "index.d.ts",