diff --git a/hyprload.toml b/hyprload.toml index f4ce3b5..219961c 100644 --- a/hyprload.toml +++ b/hyprload.toml @@ -1,6 +1,6 @@ [hyprgrass] description = "Touch gestures" -version = "0.3.0" +version = "0.4.0" author = "horriblename" [hyprgrass.build] diff --git a/meson.build b/meson.build index 2f40120..024b144 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hyprgrass', 'cpp', 'c', - version: '0.0.1', + version: '0.0.4', default_options: ['buildtype=release'], ) diff --git a/src/main.cpp b/src/main.cpp index 56bc287..e0fd030 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -106,7 +106,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { g_pGestureManager = std::make_unique(); - return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.3"}; + return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.4"}; } APICALL EXPORT void PLUGIN_EXIT() {