mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Update back to 1.3.1.beta
This commit is contained in:
@@ -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', ],
|
||||
)
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user