diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 70b8fed0..1faab231 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Granblue Automation", - "version": "3.0.1" + "version": "3.0.2" }, "build": { "beforeDevCommand": "yarn dev", diff --git a/src-tauri/update.json b/src-tauri/update.json index bb0bc3d1..df06f896 100644 --- a/src-tauri/update.json +++ b/src-tauri/update.json @@ -1,5 +1,5 @@ { "url": "https://github.com/steve1316/granblue-automation-pyautogui/releases", - "version": "3.0.1", + "version": "3.0.2", "signature": "" }