From e4880c589b62be9887f158c0fd46daed6a4661a9 Mon Sep 17 00:00:00 2001 From: Peter Teich Date: Wed, 19 Feb 2025 10:53:29 +0100 Subject: [PATCH] feat: update version to 0.2.0 and enhance Linux/BSD metadata in FyneApp.toml --- FyneApp.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/FyneApp.toml b/FyneApp.toml index 5c4afd9..5933228 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -4,5 +4,11 @@ Website = "https://github.com/pteich/us3ui" Icon = "Icon.png" Name = "Universal s3 GUI" ID = "de.peter-teich.us3ui" - Version = "0.1.0" + Version = "0.2.0" Build = 4 + +[LinuxAndBSD] + GenericName = "Universal s3 GUI" + Categories = ["Network"] + Comment = "Browser s3 compatible storage systems and manage your files" + Keywords = ["files", "cloud", "web"]