From a05b04e90d8c3bed9ccd3cbdad37e8d640ce34a1 Mon Sep 17 00:00:00 2001 From: Zane Helton Date: Fri, 28 Jun 2024 14:21:22 -0400 Subject: [PATCH] fix: never forget to update the version number... --- 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 8a7c36f..5d47ce7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Piano Trainer", - "version": "1.1.0" + "version": "1.1.1" }, "tauri": { "allowlist": {