diff --git a/meson.build b/meson.build index 817ebb2..244e4f5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '0.3.0', + version: '0.4.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 9b52c84..3c4bcf6 100644 --- a/src/main.py +++ b/src/main.py @@ -95,7 +95,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.heliguy4599.Warehouse", developer_name="Heliguy", - version="0.3.0", + version="0.4.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',