increment wowlight version

This commit is contained in:
dsc 2019-06-14 01:43:45 +02:00
parent 30b7f2eb3e
commit 472f449b16
No known key found for this signature in database
GPG Key ID: 7BBC83D7A8810AAB
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ def api_wowlight_version_check(version):
versions = {
'0.1.0': False,
'0.1.1': False,
'0.1.2': True
'0.1.2': False,
'0.1.3': True
}
if version not in versions: