Bump version to 1.1.1, update metainfo

This commit is contained in:
heliguy4599
2023-10-06 02:10:24 -04:00
parent 59e0d14b2e
commit a707e6b767
2 changed files with 10 additions and 1 deletions

View File

@@ -54,6 +54,15 @@
</screenshot>
</screenshots>
<releases>
<release version="1.1.1" date="2023-10-6" timestamp="1696572524">
<description translatable="yes">
<p>Emergency Bug Fix</p>
<ul>
<li>Fix error causing a crash on Linux Mint</li>
<li>Correct typo in the app summary</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2023-10-4" timestamp="1696461734">
<description translatable="yes">
<p>New Features and Changes</p>

View File

@@ -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',