Skip to content

Commit

Permalink
Merge pull request #74 from horriblename/v0.5
Browse files Browse the repository at this point in the history
v0.5 Release
  • Loading branch information
horriblename authored Jan 3, 2024
2 parents 60bf0c0 + 97aec30 commit fcec290
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.4.0"
version = "0.5.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.4',
version: '0.5.0',
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 @@ -69,7 +69,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {

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

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

APICALL EXPORT void PLUGIN_EXIT() {
Expand Down

0 comments on commit fcec290

Please sign in to comment.