Skip to content

Commit

Permalink
chore: release v0.4 (#56)
Browse files Browse the repository at this point in the history
requires Hyprland 0.31.0
  • Loading branch information
horriblename committed Nov 6, 2023
1 parent 773c0a2 commit c538c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hyprload.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[hyprgrass]
description = "Touch gestures"
version = "0.3.0"
version = "0.4.0"
author = "horriblename"

[hyprgrass.build]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('hyprgrass', 'cpp', 'c',
version: '0.0.1',
version: '0.0.4',
default_options: ['buildtype=release'],
)

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {

g_pGestureManager = std::make_unique<CGestures>();

return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.3"};
return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.4"};
}

APICALL EXPORT void PLUGIN_EXIT() {
Expand Down

0 comments on commit c538c3d

Please sign in to comment.