Change wording

Change any mention of orphaned user data to leftover user data
Edit app metainfo
This commit is contained in:
heliguy4599
2023-09-26 09:31:56 -04:00
parent ba5dbf785e
commit 77611683f0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
project('warehouse',
version: '1.1.0',
version: '1.0.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)

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.0.0",
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 The Files Authors',