Skip to content

Commit 9d91a75

Browse files
YoshiYoshi
authored andcommitted
Update config version and copyright dates
1 parent 09a9479 commit 9d91a75

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/multiple_choice/card/front.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@
218218
// flipToBack reference to https://github.com/git9527/anki-awesome-select
219219
function flipToBack() {
220220
if (typeof pycmd !== "undefined") {
221-
pycmd("ans")
221+
pycmd("ans");
222222
} else if (typeof study !== "undefined") {
223-
study.drawAnswer()
223+
study.drawAnswer();
224224
} else if (typeof AnkiDroidJS !== "undefined") {
225-
showAnswer()
225+
showAnswer();
226226
} else if (window.anki && window.sendMessage2) {
227-
window.sendMessage2("ankitap", "midCenter")
227+
window.sendMessage2("ankitap", "midCenter");
228228
}
229229
}
230230

src/multiple_choice/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multiple Choice for Anki
22
#
3+
# Copyright (C) 2018-2025 zjosua <https://github.com/zjosua>
34
# Copyright (C) 2018-2023 3ter <https://github.com/3ter>
4-
# zjosua <https://github.com/zjosua>
55
#
66
# This file is based on config.py from Glutanimate's
77
# Image Occlusion Enhanced Add-on for Anki
@@ -52,8 +52,8 @@
5252

5353
# default configurations
5454
# TODO: update version number before release
55-
default_conf_local = {"version": "2.10.3"}
56-
default_conf_syncd = {"version": "2.10.3"}
55+
default_conf_local = {"version": "2.11.0"}
56+
default_conf_syncd = {"version": "2.11.0"}
5757

5858

5959
def getSyncedConfig():

src/multiple_choice/template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Multiple Choice for Anki
22
#
3+
# Copyright (C) 2018-2024 Maximilian Arzberger <https://github.com/Schlauer-Hax>
34
# Copyright (C) 2018-2023 3ter <https://github.com/3ter>
45
# zjosua <https://github.com/zjosua>
56
#

0 commit comments

Comments
 (0)