Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 139deab

Browse files
committed
Update document
1 parent 4ec5f1c commit 139deab

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 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)
22

3+
For latest document please visit our [github](https://github.com/wkh237/react-native-fetch-blob/)
4+
35
A module provides upload, download, and files access API. Supports file stream read/write for process large files.
46

57
**Why do we need this**

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fetch-blob",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)