Skip to content

Commit 3495dd0

Browse files
committed
Update version
1 parent 27ef727 commit 3495dd0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ This has been rewritten into a single file for simplicity, and the function sign
44

55
Todo: Test coverage
66

7-
## V1
8-
9-
Please check the [v1 branch](https://github.com/zackify/react-use-upload/tree/v1) for past documentation
10-
117
### What is it?
128

139
This is a simple hook for handling file uploads in React. It takes the simplest approach possible so that you have full control over the upload process, while still providing lots of help vs implementing this yourself.
@@ -17,7 +13,7 @@ It has upload progress due to using XHR, and can be used for uploading file dire
1713
### Install
1814

1915
```js
20-
npm install react-use-upload@1.0.0-beta1
16+
npm install react-use-upload@1.0.0-beta2
2117
```
2218

2319
### Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-upload",
3-
"version": "1.0.0-beta1",
3+
"version": "1.0.0-beta2",
44
"description": "",
55
"main": "cjs/index.js",
66
"module": "lib/index.js",

0 commit comments

Comments
 (0)