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 <pawelj@iosphe.re>'
+__copyright__ = '2019-2020, Paweł Jastrzębski <pawelj@iosphe.re>'
 __docformat__ = 'restructuredtext en'