Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yahvk-cuna committed Mar 24, 2020
1 parent 1fa2f9e commit 14fd2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnkiHabitica/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Author: Edward Shapard <[email protected]>
# With Database Code by: Tim Wilson
# Port to Anki 2.1 by 71e6fd52 <[email protected]>
# Version 2.1.8
# Version 2.1.9
# License: GNU GPL v3 <www.gnu.org/licenses/gpl.html>

import urllib.request
Expand All @@ -26,7 +26,7 @@
from . import db_helper, habitica_class
from .ah_common import AnkiHabiticaCommon as ah

__version__ = "2.1.8"
__version__ = "2.1.9"

ah.user_settings = mw.addonManager.getConfig(__name__)

Expand Down

0 comments on commit 14fd2d8

Please sign in to comment.