diff --git a/AnkiHabitica/__init__.py b/AnkiHabitica/__init__.py index 61150ff..cb3d8f0 100644 --- a/AnkiHabitica/__init__.py +++ b/AnkiHabitica/__init__.py @@ -3,7 +3,7 @@ # Author: Edward Shapard # With Database Code by: Tim Wilson # Port to Anki 2.1 by 71e6fd52 <71e6fd52@gmail.com> -# Version 2.1.4 +# Version 2.1.5 # License: GNU GPL v3 import urllib.request @@ -26,7 +26,7 @@ from . import db_helper, habitica_class from .ah_common import AnkiHabiticaCommon as ah, setupLog -__version__ = "2.1.4" +__version__ = "2.1.5" ah.user_settings = mw.addonManager.getConfig(__name__)