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