From 8262ae02137b746bd94a02ceb3c680127fb442c4 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Fri, 16 Sep 2022 00:23:56 +0200 Subject: [PATCH] Bumped application version to 0.7.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3a5e818e..c899b705 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('sway-notificaton-center', ['c', 'vala'], - version: '0.7.0', + version: '0.7.1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2' ], )