diff --git a/package.json b/package.json index 30a01a0..fbd8917 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "send-to-flomo", "private": true, - "version": "0.1.2", + "version": "0.1.3", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6005d4d..2148bd6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "SendToflomo", - "version": "0.1.2" + "version": "0.1.3" }, "tauri": { "macOSPrivateApi": true,