From c538c3d22b2d011f0d2cad79f1ca3013d6f1db11 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:22:32 +0100 Subject: [PATCH] chore: release v0.4 (#56) requires Hyprland 0.31.0 --- 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 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() {