From d223e8d34be761f3226aa165b30741ca63db0275 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 26 Aug 2024 19:57:32 -0400 Subject: [PATCH] version: bump to 0.3.4 --- snap/snapcraft.yaml | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 89774032..4d068a2d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | that provides a tiling-window manager. confinement: classic base: core24 -version: 0.3.3 +version: 0.3.4 platforms: amd64: diff --git a/src/version.h b/src/version.h index 52db5017..96113eee 100644 --- a/src/version.h +++ b/src/version.h @@ -20,8 +20,8 @@ along with this program. If not, see . #define MIRACLE_WM_MAJOR 0 #define MIRACLE_WM_MINOR 3 -#define MIRACLE_WM_PATCH 3 +#define MIRACLE_WM_PATCH 4 -#define MIRACLE_VERSION_STRING "0.3.3" +#define MIRACLE_VERSION_STRING "0.3.4" #endif // MIRACLE_WM_VERSION_H