Skip to content

Commit 8244284

Browse files
committed
Added compatibility of the minimumNVDAVersion and lastTestedNVDAVersion keys of the manifest file with future versions of NVDA.
1 parent 701793c commit 8244284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"addon_url" : "https://github.com/hkatic/clock",
2121
"addon_docFileName" : "readme.html",
2222
# Minimum NVDA version supported (e.g. "2018.3")
23-
"addon_minimumNVDAVersion" : "2014.3",
23+
"addon_minimumNVDAVersion" : "2014.3.0",
2424
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
25-
"addon_lastTestedNVDAVersion" : "2019.1",
25+
"addon_lastTestedNVDAVersion" : "2019.1.0",
2626
# Add-on update channel (default is stable or None)
2727
"addon_updateChannel" : None,
2828
}

0 commit comments

Comments
 (0)