From 734b14f9d6070cc043d445ec1e9ef008b9ea9359 Mon Sep 17 00:00:00 2001 From: aomizu Date: Tue, 3 Jun 2025 14:10:50 +0900 Subject: [PATCH] prepare update to 1.1.2 --- FyneApp.toml | 4 ++-- LICENSE | 21 +++++++++++++++++++++ main.go | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/FyneApp.toml b/FyneApp.toml index aa24f7c..2081263 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -2,5 +2,5 @@ Icon = "Icon.png" Name = "TurtleSilicon" ID = "com.tairasu.turtlesilicon" - Version = "1.1.1" - Build = 22 + Version = "1.1.2" + Build = 25 diff --git a/LICENSE b/LICENSE index e69de29..784a2b0 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 tairasu + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/main.go b/main.go index 6d7cd1e..64927a8 100644 --- a/main.go +++ b/main.go @@ -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")