prepare update to 1.1.2

This commit is contained in:
aomizu
2025-06-03 14:10:50 +09:00
parent 91d9a4c560
commit 734b14f9d6
3 changed files with 24 additions and 3 deletions

View File

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