Skip to content

Commit

Permalink
Bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmartin committed Jul 25, 2023
1 parent d7c7c11 commit d0ca7e8
Showing 1 changed file with 1 addition and 1 deletion.
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-use-file-upload",
"version": "0.1.6",
"version": "0.2.0",
"description": "A hook for uploading files using multipart form data with React Native. Provides a simple way to track upload progress, abort an upload, and handle timeouts. Written in TypeScript and no dependencies required.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit d0ca7e8

Please sign in to comment.