Merge pull request #218 from mattkae/release/0.3.3

release: version 0.3.3
This commit is contained in:
Matthew Kosarek 2024-08-26 11:57:20 -04:00 committed by GitHub
commit 8a7998e4de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ description: |
that provides a tiling-window manager. that provides a tiling-window manager.
confinement: classic confinement: classic
base: core24 base: core24
version: 0.3.2 version: 0.3.3
platforms: platforms:
amd64: amd64:

View File

@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MIRACLE_WM_MAJOR 0 #define MIRACLE_WM_MAJOR 0
#define MIRACLE_WM_MINOR 3 #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 #endif // MIRACLE_WM_VERSION_H