Skip to content

Commit 8a72750

Browse files
committed
bump required Hyprland version and hyprload version
1 parent 685899a commit 8a72750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- [ ] Plugin browser
2727

2828
# Requirements
29-
- Hyprland >= 0.25.0
29+
- Hyprland >= 0.31.0
3030
- `jq` (required for checking Hyprland version)
3131
- `polkit` (required to set up Hyprland plugin env)
3232
- You will need an authentication agent set up. `lxsession` works for me.

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
105105

106106
hyprload::success("Plugins loaded!");
107107

108-
return {"hyprload", "Hyprland plugin manager", "Duckonaut", "1.3.0"};
108+
return {"hyprload", "Hyprland plugin manager", "Duckonaut", "1.4.0"};
109109
}
110110

111111
APICALL EXPORT void PLUGIN_EXIT() {

0 commit comments

Comments
 (0)