diff --git a/meson.build b/meson.build index 63faa38..d2fdf5f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.3.Beta', + version: '1.3.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 4da7e47..68689c0 100644 --- a/src/main.py +++ b/src/main.py @@ -112,7 +112,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="1.3.Beta", + version="1.3.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 Heliguy', diff --git a/src/window.blp b/src/window.blp index 77a92fe..90abc22 100644 --- a/src/window.blp +++ b/src/window.blp @@ -2,7 +2,7 @@ using Gtk 4.0; using Adw 1; template WarehouseWindow : Adw.ApplicationWindow { - styles["devel"] + //styles["devel"] Adw.ToolbarView main_toolbar_view { [top] HeaderBar header_bar {