Skip to content

Commit cc1be63

Browse files
committed
be more specific
1 parent 65da8a5 commit cc1be63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Check the [Releases change log](https://github.com/hyprland-community/pyprland/r
7878
### 2.4
7979

8080
- Scratchpads are now pinned by default (set `pinned = false` for the old behavior)
81-
- Version 2.4.4 is required for Hyprland 0.48.0
81+
- Version >=2.4.4 is required for Hyprland 0.48.0
8282
- A snappier `pypr-client` command is available, meant to be used in the keyboard bindings (NOT to start pypr on startup!), eg:
8383
```sh
8484
$pypr = uwsm-app -- pypr-client

pyprland/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
22

3-
VERSION = "2.4.5-13"
3+
VERSION = "2.4.5-14"

0 commit comments

Comments
 (0)