Update version to 0.9.0

Bump the application version from 0.8.0 to 0.9.0 in both `main.go` and `FyneApp.toml`. This reflects the latest changes and prepares the app for the next release.
This commit is contained in:
Leonid Nikitin 2025-05-25 01:29:14 +05:00
parent 84b36dd29e
commit 5b15848048
Signed by: kor-elf
GPG Key ID: DAB5355A11C22541
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Icon = "icon.png"
Name = "GUI for FFmpeg"
ID = "net.kor-elf.projects.gui-for-ffmpeg"
Version = "0.8.0"
Version = "0.9.0"
Build = 4
[Migrations]

View File

@ -27,7 +27,7 @@ func init() {
appMetadata := &fyne.AppMetadata{
ID: "net.kor-elf.projects.gui-for-ffmpeg",
Name: "GUI for FFmpeg",
Version: "0.8.0",
Version: "0.9.0",
Icon: iconResource,
}