From 3def1c289d941ec8a95e43ab05941d18e3147f2a Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Mon, 25 Sep 2023 17:24:47 -0400 Subject: [PATCH] Bump version to 0.7.0 --- meson.build | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index b71b41b..fce6db8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '0..0', + version: '0.7.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 5b13309..2b2e446 100644 --- a/src/main.py +++ b/src/main.py @@ -92,7 +92,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="0.6.0", + version="0.7.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 The Files Authors',