prepare update to 1.1.1

This commit is contained in:
aomizu
2025-05-30 21:29:57 +09:00
parent 1664fdf340
commit 60d384eeaf
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import (
"fyne.io/fyne/v2/widget"
)
const appVersion = "1.1.0"
const appVersion = "1.1.1"
func main() {
myApp := app.NewWithID("com.tairasu.turtlesilicon")