Skip to content

Commit

Permalink
add 2.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Apr 5, 2024
1 parent 55a0c81 commit d8a47fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Share your thoughts and setup bits on [discuss anything](https://github.com/hypr

Check the [Releases change log](https://github.com/hyprland-community/pyprland/releases) for more information

### 2.2

- Adds `wallpapers` and `system_notifier` plugins

### 2.1

Expand Down
2 changes: 1 addition & 1 deletion pyprland/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async def run_client():
manager = Pyprland()

if sys.argv[1] == "version":
print("2.1.4-19") # Automatically updated version
print("2.1.4-20") # Automatically updated version
return

if sys.argv[1] in ("--help", "-h", "help"):
Expand Down

0 comments on commit d8a47fb

Please sign in to comment.