Release 0.5

This commit is contained in:
Stephen Horvath
2025-09-16 11:26:31 +10:00
parent 3c55f8fdd6
commit 8fcb2098cb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "yafi" name = "yafi"
version = "0.4" version = "0.5"
authors = [ authors = [
{ name="Steve-Tech" } { name="Steve-Tech" }
] ]

View File

@@ -126,7 +126,7 @@ class YafiApplication(Adw.Application):
developers=["Stephen Horvath"], developers=["Stephen Horvath"],
issue_url="https://github.com/Steve-Tech/YAFI/issues", issue_url="https://github.com/Steve-Tech/YAFI/issues",
license_type=Gtk.License.GPL_2_0, license_type=Gtk.License.GPL_2_0,
version="0.4", version="0.5",
website="https://github.com/Steve-Tech/YAFI", website="https://github.com/Steve-Tech/YAFI",
) )
about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"]) about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])