Skip to content

Commit

Permalink
2.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
yahvk-cuna committed Jan 16, 2022
1 parent 98e4ba3 commit 9cc9d1a
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.12
# Version 2.1.13
# License: GNU GPL v3 <www.gnu.org/licenses/gpl.html>

import urllib.request
Expand Down Expand Up @@ -31,7 +31,7 @@
from . import db_helper, habitica_class
from .ah_common import AnkiHabiticaCommon as ah

__version__ = "2.1.12"
__version__ = "2.1.13"

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

Expand Down

0 comments on commit 9cc9d1a

Please sign in to comment.