Версия 0.9.0 #10

Merged
kor-elf merged 12 commits from develop into main 2025-05-25 23:13:26 +05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5b15848048 - Show all commits

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,
}