Skip to content

Commit

Permalink
Rare: Version 1.10.7 (pre-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Dec 10, 2023
1 parent 5a2c9ae commit adf192e
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.10.6
version: 1.10.7
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.10.6"
version = "1.10.7"
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,2 +1,2 @@
__version__ = "1.10.6"
__version__ = "1.10.7"
__codename__ = "Garlic Crab"

0 comments on commit adf192e

Please sign in to comment.