diff --git a/FyneApp.toml b/FyneApp.toml index bac04be..e85f59d 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -2,5 +2,5 @@ Icon = "Icon.png" Name = "SoundscapeSync" ID = "com.cloonar.soundscape-sync" - Version = "0.10" + Version = "1.0.0" Build = 2 diff --git a/main.go b/main.go index 60541c9..9533a2f 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( const ( owner = "dpolakovics" repo = "soundscape-sync" - currentTag = "v0.9" + currentTag = "v1.0.0" ) func main() {