diff --git a/meson.build b/meson.build index 4f99c36..b71b41b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '0.5.0', + version: '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 1d75622..d2d73bc 100644 --- a/src/main.py +++ b/src/main.py @@ -101,7 +101,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.heliguy4599.Warehouse", developer_name="Heliguy", - version="0.5.0", + version="0.6.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',