From 2b0e70f6cc4aa39326d1c5fad0a01621da6303d3 Mon Sep 17 00:00:00 2001 From: Steve Tu Date: Thu, 25 Aug 2022 20:44:26 -0700 Subject: [PATCH] Bump to v1.8.0 --- src-tauri/tauri.conf.json | 2 +- src-tauri/update.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0b3419b3..47a7b295 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Granblue Automation", - "version": "1.7.1" + "version": "1.8.0" }, "build": { "distDir": "../build", diff --git a/src-tauri/update.json b/src-tauri/update.json index c31d9e6e..1cfdfdf8 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": "1.7.1" + "version": "1.8.0" }