diff --git a/package.json b/package.json index 5fa31d2..acbdd22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "promptclip", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9246b07..50cd261 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "promptclip", - "version": "0.0.0" + "version": "1.0.0" }, "tauri": { "systemTray": {