diff --git a/CB/Wago.py b/CB/Wago.py index af438fe..7f69737 100644 --- a/CB/Wago.py +++ b/CB/Wago.py @@ -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: diff --git a/CB/__init__.py b/CB/__init__.py index 951ea3c..3bf7804 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -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 ' __docformat__ = 'restructuredtext en'