Skip to content

Commit

Permalink
version up to v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Mar 31, 2020
1 parent 01f8997 commit 6203dbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ yarn add rn-fetch-blob

### ChangeLog

v1.0.7

1. fix Strange error

v1.0.6

1. add static method ```CachedImage.isUrlCached(url,success=(cachFile)=>void,fail=(error)=>void))```
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-image-cache-wrapper",
"version": "1.0.6",
"version": "1.0.7",
"description": "The best react native image cache wrapper.",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 6203dbc

Please sign in to comment.