diff --git a/README.md b/README.md
index 40cfe32..11d3331 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
React File Upload Widget
(With Integrated Cloud Storage)
diff --git a/package-lock.json b/package-lock.json
index 42e3398..9917e89 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "react-uploader",
- "version": "3.39.0",
+ "version": "3.42.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "react-uploader",
- "version": "3.39.0",
+ "version": "3.42.0",
"license": "MIT",
"dependencies": {
"lodash.isequal": "^4.5.0",
diff --git a/package.json b/package.json
index 1ecdfc7..9831215 100644
--- a/package.json
+++ b/package.json
@@ -1,19 +1,19 @@
{
"name": "react-uploader",
- "version": "3.41.0",
+ "version": "3.43.0",
"author": "Bytescale (https://www.bytescale.com)",
"description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",
"license": "MIT",
"main": "dist/main.js",
"types": "dist/index.d.ts",
- "homepage": "https://www.bytescale.com/docs/upload-widget/frameworks/react",
+ "homepage": "https://www.bytescale.com/docs/upload-widget/react",
"readmeFilename": "README.md",
"repository": {
"type": "git",
- "url": "git+https://github.com/bytescale/react-uploader.git"
+ "url": "git+https://github.com/bytescale/bytescale-upload-widget-react.git"
},
"bugs": {
- "url": "https://github.com/bytescale/react-uploader/issues"
+ "url": "https://github.com/bytescale/bytescale-upload-widget-react/issues"
},
"files": [
"/dist/**/*",