diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index be86544e..3fa1c7ee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Granblue Automation", - "version": "2.4.2" + "version": "2.4.3" }, "build": { "distDir": "../build", diff --git a/src-tauri/update.json b/src-tauri/update.json index 9f6d5574..75e87181 100644 --- a/src-tauri/update.json +++ b/src-tauri/update.json @@ -1,4 +1,4 @@ { "url": "https://github.com/steve1316/granblue-automation-pyautogui/releases", - "version": "2.4.2" + "version": "2.4.3" }