diff --git a/meson.build b/meson.build index 244e4f5..4f99c36 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '0.4.0', + version: '0.5.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 6a298e6..c1003cf 100644 --- a/src/main.py +++ b/src/main.py @@ -100,7 +100,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.heliguy4599.Warehouse", developer_name="Heliguy", - version="0.4.0", + version="0.5.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',