diff --git a/README.md b/README.md index bc3a4bc..b331e96 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ yarn add rn-fetch-blob ### ChangeLog +v1.0.3 + +1. fix file successfully download check + v1.0.2 1. use rn-fetch-blob instead of react-native-fetch-blob diff --git a/package.json b/package.json index 0189074..bcf99c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-image-cache-wrapper", - "version": "1.0.2", + "version": "1.0.3", "description": "The best react native image cache wrapper.", "main": "index.js", "typings": "./index.d.ts",