diff --git a/README.md b/README.md
index 60c1a9f489f46b6ba62a33685932a877f840a36d..26f398010c834e33d217dbc09aa8324fcbde97a2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<a href="https://www.files-ui.com">
+<a href="https://files-ui.vercel.app">
 <p align="center">
 <img src="https://user-images.githubusercontent.com/43678736/226257748-6ba2f8cf-59c5-40d1-a545-a388ddab0f68.png" width="150" height="150" alt="fui-logo"/>
 </p>
@@ -18,7 +18,7 @@ UI components for file uploads with [React js](https://react.dev/).
 </div>
 
 <p align="center">
-<a href="https://www.files-ui.com">
+<a href="https://files-ui.vercel.app">
 <img src="https://user-images.githubusercontent.com/43678736/228052494-99d970c0-1eb7-42c6-b22c-8c2295b8dc4a.gif"  width="80%" alt="fui-logo"/>
 </a>
 </p>
@@ -66,8 +66,8 @@ ReactDOM.render(<App />, document.querySelector("#app"));
 
 Yes, it's really all you need to get started as you can see in these live and interactive demos:
 
-- [Basic sample](http://localhost:3000/usage#quick-start) :cake:
-- [Advanced sample](http://www.files-ui.com/usage#advanced-example) :hammer:
+- [Basic sample](https://files-ui.vercel.app/usage#quick-start) :cake:
+- [Advanced sample](https://files-ui.vercel.app/usage#advanced-example) :hammer:
 
 ## More Previews
 
diff --git a/package.json b/package.json
index 96e018a2b84c49ee5bee8cbf157fad597277b01c..47026c84df2a8b3ab3a19baae7133f7a3c03aed0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@files-ui/react",
-  "version": "1.0.0",
+  "version": "1.0.2",
   "description": "UI components for file uploads with React js",
   "main": "./build/index.js",
   "module": "./build/index.es.js",
@@ -42,7 +42,7 @@
   "bugs": {
     "url": "https://github.com/files-ui/files-ui-react/issues"
   },
-  "homepage": "https://www.files-ui.com",
+  "homepage": "https://files-ui.vercel.app",
   "devDependencies": {
     "@rollup/plugin-commonjs": "^24.0.1",
     "@rollup/plugin-node-resolve": "^15.0.1",
@@ -67,7 +67,7 @@
   },
   "dependencies": {
     "@dynamicss/dynamicss": "^2.2.8",
-    "@files-ui/core": "^1.0.0"
+    "@files-ui/core": "latest"
   },
   "publishConfig": {
     "access": "public"