diff --git a/data/io.github.halfmexican.Mingle.metainfo.xml.in b/data/io.github.halfmexican.Mingle.metainfo.xml.in index 18417d2..35a3a9b 100644 --- a/data/io.github.halfmexican.Mingle.metainfo.xml.in +++ b/data/io.github.halfmexican.Mingle.metainfo.xml.in @@ -38,6 +38,16 @@ + + +

Fixes and Features

+
    +
  • No longer loads all combinations on startup
  • +
  • Add keyboard shortcut to load another batch
  • +
  • Misc. bug fixes
  • +
+
+

Fixes and Features

diff --git a/src/application.vala b/src/application.vala index f1816c8..3a08ed0 100644 --- a/src/application.vala +++ b/src/application.vala @@ -70,7 +70,7 @@ namespace Mingle { website = "https://github.com/halfmexican/mingle", issue_url = "https://github.com/halfmexican/mingle/issues", developer_name = "José Hunter", - version = "0.13", + version = "0.14", developers = developers, copyright = "© 2024 José Hunter", license_type = Gtk.License.GPL_3_0,