From 6009bec60d7660c3be108095992eb6ca8f56280c Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Tue, 10 Oct 2023 09:11:01 -0400 Subject: [PATCH] Bump version to 1.2.0 --- meson.build | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b8b75f8..4ab784e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.1.0', + version: '1.2.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 889e24d..0fcf3ff 100644 --- a/src/main.py +++ b/src/main.py @@ -119,7 +119,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="1.1.1", + version="1.2.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',