Skip to content

Commit

Permalink
10.1.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed May 3, 2023
1 parent 2e53fb5 commit c211882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CB/Wago.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,10 @@ def install_companion(self, force):
out.write((f'## Interface: {self.clientTOC}\n'
'## Title: CurseBreaker Companion\n'
'## Notes: CurseBreaker -> WoW integration.\n'
'## Version: 1.1.0\n'
'## Version: 1.2.0\n'
'## Author: AcidWeb\n'
'## OptionalDeps: WeakAuras, Plater\n\n'
'## OptionalDeps: WeakAuras, Plater\n'
'## IconTexture: Interface\AddOns\CurseBreakerCompanion\Logo\n\n'
'Data.lua\n'
'Init.lua'))
with open(Path('Interface/AddOns/CurseBreakerCompanion/Init.lua'), 'w', newline='\n') as out:
Expand Down
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.6'
__version__ = '4.3.7'
__license__ = 'GPLv3'
__copyright__ = '2019-2023, Paweł Jastrzębski <[email protected]>'
__docformat__ = 'restructuredtext en'
Expand Down

0 comments on commit c211882

Please sign in to comment.