Skip to content

Commit c538c3d

Browse files
authored
chore: release v0.4 (#56)
requires Hyprland 0.31.0
1 parent 773c0a2 commit c538c3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hyprload.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[hyprgrass]
22
description = "Touch gestures"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
author = "horriblename"
55

66
[hyprgrass.build]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('hyprgrass', 'cpp', 'c',
2-
version: '0.0.1',
2+
version: '0.0.4',
33
default_options: ['buildtype=release'],
44
)
55

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
106106

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

109-
return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.3"};
109+
return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.4"};
110110
}
111111

112112
APICALL EXPORT void PLUGIN_EXIT() {

0 commit comments

Comments
 (0)