Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zackify committed Mar 5, 2021
1 parent 27ef727 commit 3495dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ This has been rewritten into a single file for simplicity, and the function sign

Todo: Test coverage

## V1

Please check the [v1 branch](https://github.com/zackify/react-use-upload/tree/v1) for past documentation

### What is it?

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.
Expand All @@ -17,7 +13,7 @@ It has upload progress due to using XHR, and can be used for uploading file dire
### Install

```js
npm install react-use-upload@1.0.0-beta1
npm install react-use-upload@1.0.0-beta2
```

### Usage
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-use-upload",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"description": "",
"main": "cjs/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit 3495dd0

Please sign in to comment.