Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Sep 12, 2022
1 parent 429f3a3 commit ae61d60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CB/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
from rich.terminal_theme import TerminalTheme

__version__ = '4.3.0'
__version__ = '4.3.1'
__license__ = 'GPLv3'
__copyright__ = '2019-2022, Paweł Jastrzębski <[email protected]>'
__docformat__ = 'restructuredtext en'
Expand Down
2 changes: 1 addition & 1 deletion CurseBreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def start(self):
flavor = os.environ.get('CURSEBREAKER_FLAVOR')
else:
flavor = os.path.basename(os.getcwd())
if flavor in {'_retail_', '_ptr_'}:
if flavor in {'_retail_', '_ptr_', '_beta_'}:
self.core.clientType = 'retail'
elif flavor in {'_classic_', '_classic_ptr_'}:
self.core.clientType = 'wotlk'
Expand Down
16 changes: 8 additions & 8 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TUI/CLI addon updater for World of Warcraft.
## DOWNLOAD
The latest release can be found [here](https://github.com/AcidWeb/CurseBreaker/releases/latest).\
Please be aware that Linux (.gz) and macOS (.zip) versions are not thoroughly tested.
Windows, Ubuntu 20.04+, Debian 11+ and macOS 11+ are supported.

## USAGE
Place **CurseBreaker** binary inside the directory containing `Wow.exe`, `WowClassic.exe` or `World of Warcraft.app`.\
Expand Down

0 comments on commit ae61d60

Please sign in to comment.