Skip to content

Commit

Permalink
Version bump v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itinance committed Dec 19, 2018
1 parent 537b434 commit 5837f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ For RN < 0.57 and/or Gradle < 3 you MUST install react-native-fs at version @2.1
For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version @2.12!

## Changes for v2.12
- #601 [iOS] Another fix for copyAssetsVideoIOS
- #599 [iOS] Fix for copyAssetsVideoIOS regarding iCloud-Files
- #564 [Android] Upgrade to Gradle 3 (BREAKING compatiblity for < RN 0.57)
- #571 [Android] Fix issue #566 android progress callback not sync and handle uppercase file extension mimetype

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": "react-native-fs",
"version": "2.12.1",
"version": "2.12.2",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"scripts": {
Expand Down

0 comments on commit 5837f0a

Please sign in to comment.