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" )