diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ebc5884..8977403 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.2 +version: 0.3.3 platforms: amd64: diff --git a/src/version.h b/src/version.h index 978fea1..52db501 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 2 +#define MIRACLE_WM_PATCH 3 -#define MIRACLE_VERSION_STRING "0.3.2" +#define MIRACLE_VERSION_STRING "0.3.3" #endif // MIRACLE_WM_VERSION_H