From 97aec30abd8ceb5f8db243ffb24dcc947b40a2be Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Wed, 3 Jan 2024 15:21:47 +0100 Subject: [PATCH] chore: bump version v0.5 --- hyprload.toml | 2 +- meson.build | 2 +- src/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hyprload.toml b/hyprload.toml index 219961c..e5a2258 100644 --- a/hyprload.toml +++ b/hyprload.toml @@ -1,6 +1,6 @@ [hyprgrass] description = "Touch gestures" -version = "0.4.0" +version = "0.5.0" author = "horriblename" [hyprgrass.build] diff --git a/meson.build b/meson.build index 024b144..d516750 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hyprgrass', 'cpp', 'c', - version: '0.0.4', + version: '0.5.0', default_options: ['buildtype=release'], ) diff --git a/src/main.cpp b/src/main.cpp index 1724c0a..cd75ce6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,7 +69,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { g_pGestureManager = std::make_unique(); - return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.4"}; + return {"hyprgrass", "Touchscreen gestures", "horriblename", "0.5"}; } APICALL EXPORT void PLUGIN_EXIT() {