Merge branch 'release/0.3.5' into develop

This commit is contained in:
Matthew Kosarek 2024-09-08 10:05:34 -04:00
commit 98312534b5
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ description: |
that provides a tiling-window manager.
confinement: classic
base: core24
version: 0.3.4
version: 0.3.5
platforms:
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_MINOR 3
#define MIRACLE_WM_PATCH 4
#define MIRACLE_WM_PATCH 5
#define MIRACLE_VERSION_STRING "0.3.4"
#define MIRACLE_VERSION_STRING "0.3.5"
#endif // MIRACLE_WM_VERSION_H