Skip to content

Commit fcec290

Browse files
authored
Merge pull request #74 from horriblename/v0.5
v0.5 Release
2 parents 60bf0c0 + 97aec30 commit fcec290

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.4.0"
3+
version = "0.5.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.4',
2+
version: '0.5.0',
33
default_options: ['buildtype=release'],
44
)
55

src/main.cpp

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

7070
g_pGestureManager = std::make_unique<GestureManager>();
7171

72-
return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.4"};
72+
return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.5"};
7373
}
7474

7575
APICALL EXPORT void PLUGIN_EXIT() {

0 commit comments

Comments
 (0)