We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701793c commit 8244284Copy full SHA for 8244284
buildVars.py
@@ -20,9 +20,9 @@
20
"addon_url" : "https://github.com/hkatic/clock",
21
"addon_docFileName" : "readme.html",
22
# Minimum NVDA version supported (e.g. "2018.3")
23
- "addon_minimumNVDAVersion" : "2014.3",
+ "addon_minimumNVDAVersion" : "2014.3.0",
24
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
25
- "addon_lastTestedNVDAVersion" : "2019.1",
+ "addon_lastTestedNVDAVersion" : "2019.1.0",
26
# Add-on update channel (default is stable or None)
27
"addon_updateChannel" : None,
28
}
0 commit comments