Skip to content

Commit 802978d

Browse files
author
Javi Domínguez
committed
Updated manifest.
1 parent 60488b0 commit 802978d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildVars.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2020
"addon_description" : _("This addon translates a chess game position from FEN code to human friendly description"),
2121
# version
22-
"addon_version" : "2.3",
22+
"addon_version" : "2023.1.0",
2323
# Author(s)
2424
"addon_author" : u"Javi Dominguez <[email protected]>",
2525
# URL for the add-on documentation support
2626
"addon_url" : 'https://github.com/javidominguez/fenreader#readme',
2727
# File name for the add-on help file.
2828
"addon_docFileName" : "readme.html",
2929
# Minimum NVDA version supported (e.g. "2018.3")
30-
"addon_minimumNVDAVersion" : "2018.1.0",
30+
"addon_minimumNVDAVersion" : "2019.3.0",
3131
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
32-
"addon_lastTestedNVDAVersion" : "2023.1.0",
32+
"addon_lastTestedNVDAVersion" : "2023.3.0",
3333
# Add-on update channel (default is stable or None)
34-
"addon_updateChannel" : None
34+
"addon_updateChannel" : "stable"
3535
}
3636

3737

0 commit comments

Comments
 (0)