diff --git a/package.json b/package.json index 7d081cc..ca74dfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netmount-gui", "private": true, - "version": "0.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d895234..2014a47 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,8 +7,7 @@ "distDir": "../dist" }, "package": { - "productName": "NetMount", - "version": "0.1.0-240410" + "productName": "NetMount" }, "tauri": { "systemTray": {