diff --git a/data/io.github.halfmexican.Mingle.metainfo.xml.in b/data/io.github.halfmexican.Mingle.metainfo.xml.in index 32385e6..85bb0bf 100644 --- a/data/io.github.halfmexican.Mingle.metainfo.xml.in +++ b/data/io.github.halfmexican.Mingle.metainfo.xml.in @@ -38,6 +38,16 @@ + + +

What's New

+
    +
  • 10x installation size reduction
  • +
  • Various Fixes
  • +
+

Thank you @v1993 for your contributions

+
+

What's New

diff --git a/io.github.halfmexican.Mingle.json b/io.github.halfmexican.Mingle.json index 8f24db6..d6be956 100644 --- a/io.github.halfmexican.Mingle.json +++ b/io.github.halfmexican.Mingle.json @@ -1,7 +1,7 @@ { "app-id" : "io.github.halfmexican.Mingle", "runtime" : "org.gnome.Platform", - "runtime-version" : "48", + "runtime-version" : "50", "sdk" : "org.gnome.Sdk", "command" : "mingle", "finish-args" : [ diff --git a/src/application.vala b/src/application.vala index 22f9327..12ed053 100644 --- a/src/application.vala +++ b/src/application.vala @@ -1,6 +1,6 @@ /* application.vala * - * Copyright 2023-2024 José Hunter + * Copyright 2023-2026 José Hunter * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -62,7 +62,8 @@ namespace Mingle { string[] developers = { "José Hunter https://github.com/halfmexican", "kramo https://kramo.page", - "QuazarOmega https://github.com/quazar-omega" + "QuazarOmega https://github.com/quazar-omega", + "Valeri https://github.com/v1993" }; var about = new Adw.AboutDialog () { application_name = "mingle", @@ -70,9 +71,9 @@ namespace Mingle { website = "https://github.com/halfmexican/mingle", issue_url = "https://github.com/halfmexican/mingle/issues", developer_name = "José Hunter", - version = "0.20", + version = "0.3", developers = developers, - copyright = "© 2025 José Hunter", + copyright = "© 2026 José Hunter", license_type = Gtk.License.GPL_3_0, }; about.present (this.active_window);