diff --git a/package.json b/package.json index 3da5303..aeae46e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chatgpt-app-tauri", "private": true, - "version": "0.2.0", + "version": "0.2.1", "type": "module", "scripts": { "dev:fe": "vite", @@ -31,4 +31,4 @@ "typescript": "^5.2.2", "vite": "^4.5.1" } -} +} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 331b019..318265f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ChatGPT", - "version": "0.2.0" + "version": "0.2.1" }, "tauri": { "allowlist": { @@ -70,4 +70,4 @@ "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEE4NTQ5REE3OTc5MkQ1QzMKUldURDFaS1hwNTFVcUg5Vk45V0prclk3RGt1SHRHYm5OUjNlYnZ2SVQ4WkRYd0V6dkxLbCtoWWoK" } } -} +} \ No newline at end of file