Ben Hsieh преди 8 години
родител
ревизия
139deabad4
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 2
    0
      src/README.md
  2. 1
    1
      src/package.json

+ 2
- 0
src/README.md Целия файл

@@ -1,5 +1,7 @@
1 1
 # react-native-fetch-blob [![npm version](https://badge.fury.io/js/react-native-fetch-blob.svg)](https://badge.fury.io/js/react-native-fetch-blob) ![](https://img.shields.io/badge/PR-Welcome-brightgreen.svg)
2 2
 
3
+For latest document please visit our [github](https://github.com/wkh237/react-native-fetch-blob/)
4
+
3 5
 A module provides upload, download, and files access API. Supports file stream read/write for process large files.
4 6
 
5 7
 **Why do we need this**

+ 1
- 1
src/package.json Целия файл

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-fetch-blob",
3
-  "version": "0.5.0",
3
+  "version": "0.5.1",
4 4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5 5
   "main": "index.js",
6 6
   "scripts": {