diff --git a/README.md b/README.md index 50af74a..478c8f5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ yarn add rn-fetch-blob ### ChangeLog +v1.0.5 + +1. fix for RN 0.59+ + v1.0.4 1. fix Content-Length check diff --git a/package.json b/package.json index fc87865..09c3e23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-cache-wrapper", - "version": "1.0.4", + "version": "1.0.5", "description": "The best react native image cache wrapper.", "main": "index.js", "typings": "./index.d.ts",