Skip to content

Commit 14fd2d8

Browse files
committed
2.1.9
1 parent 1fa2f9e commit 14fd2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AnkiHabitica/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Author: Edward Shapard <[email protected]>
44
# With Database Code by: Tim Wilson
55
# Port to Anki 2.1 by 71e6fd52 <[email protected]>
6-
# Version 2.1.8
6+
# Version 2.1.9
77
# License: GNU GPL v3 <www.gnu.org/licenses/gpl.html>
88

99
import urllib.request
@@ -26,7 +26,7 @@
2626
from . import db_helper, habitica_class
2727
from .ah_common import AnkiHabiticaCommon as ah
2828

29-
__version__ = "2.1.8"
29+
__version__ = "2.1.9"
3030

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

0 commit comments

Comments
 (0)