From 4506bf25c58ce9f1b089ad8f1b938ce041590d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 15 Jan 2020 08:10:41 +0100 Subject: [PATCH] 8.3 update --- CB/WeakAura.py | 2 +- CB/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CB/WeakAura.py b/CB/WeakAura.py index c75cc77..13ac4b8 100644 --- a/CB/WeakAura.py +++ b/CB/WeakAura.py @@ -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') diff --git a/CB/__init__.py b/CB/__init__.py index bd8d386..6e427c2 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -1,9 +1,9 @@ import string import random -__version__ = '3.1.1' +__version__ = '3.1.2' __license__ = 'GPLv3' -__copyright__ = '2019, Paweł Jastrzębski ' +__copyright__ = '2019-2020, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en'