Skip to content

Commit

Permalink
8.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jan 15, 2020
1 parent 8d3992c commit 4506bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CB/WeakAura.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def install_companion(self, client_type, force):
if not os.path.isdir(Path('Interface/AddOns/WeakAurasCompanion')) or force:
Path('Interface/AddOns/WeakAurasCompanion').mkdir(exist_ok=True)
with open(Path('Interface/AddOns/WeakAurasCompanion/WeakAurasCompanion.toc'), 'w', newline='\n') as out:
out.write(f'## Interface: {"11303" if client_type == "wow_classic" else "80205"}\n## Title: WeakAu'
out.write(f'## Interface: {"11303" if client_type == "wow_classic" else "80300"}\n## Title: WeakAu'
f'ras Companion\n## Author: The WeakAuras Team\n## Version: 1.0.0\n## Notes: Keep your WeakAu'
f'ras updated!\n## X-Category: Interface Enhancements\n## DefaultState: Enabled\n## LoadOnDem'
f'and: 0\n## Dependencies: WeakAuras\n\ndata.lua\ninit.lua')
Expand Down
4 changes: 2 additions & 2 deletions CB/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import string
import random

__version__ = '3.1.1'
__version__ = '3.1.2'
__license__ = 'GPLv3'
__copyright__ = '2019, Paweł Jastrzębski <[email protected]>'
__copyright__ = '2019-2020, Paweł Jastrzębski <[email protected]>'
__docformat__ = 'restructuredtext en'


Expand Down

0 comments on commit 4506bf2

Please sign in to comment.