Skip to content

Commit

Permalink
Merge pull request #221 from mattkae/release/0.3.4
Browse files Browse the repository at this point in the history
release: v0.3.4
  • Loading branch information
mattkae authored Aug 27, 2024
2 parents 6d16956 + d223e8d commit 6b5eb23
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.3
version: 0.3.4

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 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

0 comments on commit 6b5eb23

Please sign in to comment.