Skip to content

Commit

Permalink
Bump version 1.9.91
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummerle committed Mar 30, 2023
1 parent 8a0d2b8 commit 574e491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ AppDir:
id: io.github.dummerle.rare
name: Rare
icon: Rare
version: 1.9.90
version: 1.9.91
exec: usr/bin/python3
exec_args: $APPDIR/usr/src/__main__.py $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ force-exclude = '''

[tool.poetry]
name = "rare"
version = "1.9.90"
version = "1.9.91"
description = "A GUI for Legendary"
authors = ["Dummerle"]
license = "GPL3"
Expand Down
2 changes: 1 addition & 1 deletion rare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.9.90"
__version__ = "1.9.91"

code_name = "Magnolia Catnip"

0 comments on commit 574e491

Please sign in to comment.