From 3149ca25e179aec9faa421f9aa7300123f70becb Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sun, 11 May 2025 19:01:36 +0500 Subject: [PATCH] Add version and build information to FyneApp.toml Updated the FyneApp.toml file to include the application version (0.8.0) and build number (4). These additions help in tracking application releases and builds efficiently. --- FyneApp.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FyneApp.toml b/FyneApp.toml index 0c816f8..3b204ee 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -2,6 +2,8 @@ Icon = "icon.png" Name = "GUI for FFmpeg" ID = "net.kor-elf.projects.gui-for-ffmpeg" + Version = "0.8.0" + Build = 4 [Migrations] - fyneDo = true + fyneDo = true \ No newline at end of file