From 8a727508c9edda5e2562c7d7e7967bef4a7bdfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Zag=C3=B3rowski?= Date: Tue, 24 Oct 2023 22:25:18 +0200 Subject: [PATCH] bump required Hyprland version and hyprload version --- README.md | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab9d23f..6288ca4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ - [ ] Plugin browser # Requirements -- Hyprland >= 0.25.0 +- Hyprland >= 0.31.0 - `jq` (required for checking Hyprland version) - `polkit` (required to set up Hyprland plugin env) - You will need an authentication agent set up. `lxsession` works for me. diff --git a/src/main.cpp b/src/main.cpp index 8aa3e07..58609d6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -105,7 +105,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { hyprload::success("Plugins loaded!"); - return {"hyprload", "Hyprland plugin manager", "Duckonaut", "1.3.0"}; + return {"hyprload", "Hyprland plugin manager", "Duckonaut", "1.4.0"}; } APICALL EXPORT void PLUGIN_EXIT() {