Skip to content

Commit

Permalink
make it a note
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Apr 6, 2024
1 parent 9375187 commit 5bc04ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Welcome to Pyprland, your gateway to extending the capabilities of [Hyprland](ht

## Latest major changes

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

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.2.1-7") # Automatically updated version
print("2.2.1-8") # Automatically updated version
return

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

0 comments on commit 5bc04ce

Please sign in to comment.