Skip to content

Commit

Permalink
Merge branch 'release/0.3.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Sep 8, 2024
2 parents 690da3a + 3f8c894 commit 9831253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9831253

Please sign in to comment.