diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index f03de0e..b4669ab 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -54,6 +54,15 @@ + + +

Emergency Bug Fix

+
    +
  • Fix error causing a crash on Linux Mint
  • +
  • Correct typo in the app summary
  • +
+
+

New Features and Changes

diff --git a/src/main.py b/src/main.py index dd697e6..1fd34f7 100644 --- a/src/main.py +++ b/src/main.py @@ -92,7 +92,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="1.1.0", + version="1.1.1", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], copyright='© 2023 Heliguy',