From 42d4b0675de79db886557677fe86a68892cdd48d Mon Sep 17 00:00:00 2001 From: Steve Tu Date: Wed, 24 Nov 2021 16:51:41 -0800 Subject: [PATCH] Update tauri.conf.json --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e8be6e3c..d2c5386e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Granblue Automation", - "version": "1.0.0" + "version": "1.0.1" }, "build": { "distDir": "../build",