From 77611683f04b0669f9e1c605ef26f8758fb54787 Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Tue, 26 Sep 2023 09:31:56 -0400 Subject: [PATCH] Change wording Change any mention of orphaned user data to leftover user data Edit app metainfo --- meson.build | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b8b75f8..101d6bd 100644 --- a/meson.build +++ b/meson.build @@ -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', ], ) diff --git a/src/main.py b/src/main.py index 24d92f4..04194f9 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.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',