From 84f7306973b77427e15a4415cb09fac658150fab Mon Sep 17 00:00:00 2001 From: Heliguy Date: Wed, 25 Oct 2023 05:10:24 -0400 Subject: [PATCH] Update back to 1.3.1.beta --- 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 d2fdf5f..ae25ec8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.3.0', + version: '1.3.1.beta', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 917bfd7..cd3a93f 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.0", + version="1.3.1.beta", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "Amy https://github.com/AtiusAmy", "eryn https://github.com/hericiumvevo"], copyright='© 2023 Heliguy', diff --git a/src/window.blp b/src/window.blp index 90abc22..77a92fe 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 {