Skip to content

Commit

Permalink
bump required Hyprland version and hyprload version
Browse files Browse the repository at this point in the history
  • Loading branch information
Duckonaut committed Oct 24, 2023
1 parent 685899a commit 8a72750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 8a72750

Please sign in to comment.