From 4f7e1155577c1212f1cfd51d9e554f6fb264d900 Mon Sep 17 00:00:00 2001 From: TheDen Date: Sat, 13 May 2023 20:44:14 +1000 Subject: [PATCH] bump version --- Galvani.app/Contents/Info.plist | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Galvani.app/Contents/Info.plist b/Galvani.app/Contents/Info.plist index e5b1aa0..3c53d7d 100644 --- a/Galvani.app/Contents/Info.plist +++ b/Galvani.app/Contents/Info.plist @@ -3,7 +3,7 @@ CFBundleShortVersionString - 0.0.9 + 0.1.0 CFBundleDevelopmentRegion en CFBundleName diff --git a/main.go b/main.go index ede828a..d926738 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) const ( - appVersion = "0.0.9" + appVersion = "0.1.0" boltIconOutline = "bolt.png" boltIconFilled = "bolt-filled.png" )