From e12f6025a2d3326cc9cb237e6dc52b723dbada47 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 13 Aug 2024 08:09:00 -0400 Subject: [PATCH] Update version to 0.3.2 --- 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 c92700f..ebc5884 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.1 +version: 0.3.2 platforms: amd64: diff --git a/src/version.h b/src/version.h index 29f0be4..978fea1 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 1 +#define MIRACLE_WM_PATCH 2 -#define MIRACLE_VERSION_STRING "0.3.1" +#define MIRACLE_VERSION_STRING "0.3.2" #endif // MIRACLE_WM_VERSION_H