diff --git a/package.json b/package.json index ab1ef5d..38fa479 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lanaya", "private": true, - "version": "1.1.8", + "version": "1.1.9", "type": "module", "scripts": { "dev": "vite", @@ -43,4 +43,4 @@ "tailwindcss": "^3.2.6", "vite": "^4.1.0" } -} +} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3b4ce17..523e70e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Lanaya", - "version": "1.1.8" + "version": "1.1.9" }, "tauri": { "macOSPrivateApi": true,