Skip to content

Commit 9cc9d1a

Browse files
committed
2.1.13
1 parent 98e4ba3 commit 9cc9d1a

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.12
6+
# Version 2.1.13
77
# License: GNU GPL v3 <www.gnu.org/licenses/gpl.html>
88

99
import urllib.request
@@ -31,7 +31,7 @@
3131
from . import db_helper, habitica_class
3232
from .ah_common import AnkiHabiticaCommon as ah
3333

34-
__version__ = "2.1.12"
34+
__version__ = "2.1.13"
3535

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

0 commit comments

Comments
 (0)