From 07a22c16ebf44d0be3aa78b76a6ca35c0e5a6408 Mon Sep 17 00:00:00 2001 From: Heliguy Date: Mon, 23 Oct 2023 08:46:04 -0400 Subject: [PATCH] Bump version to 1.3.0 and remove dev titlebar --- meson.build | 2 +- src/main.py | 2 +- src/window.blp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {