Skip to content

Commit faf1024

Browse files
committed
Release version 0.1.0-dev
1 parent dc866b7 commit faf1024

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildVars.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def _(arg):
2323
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
2424
"addon_description": _("""Adds useful features for developers."""),
2525
# version
26-
"addon_version": "0.0.3",
26+
"addon_version": "0.1.0",
2727
# Author(s)
2828
"addon_author": "Danstiv <danstiv@yandex.ru>",
2929
# URL for the add-on documentation support
@@ -33,9 +33,9 @@ def _(arg):
3333
# Documentation file name
3434
"addon_docFileName": "readme.html",
3535
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
36-
"addon_minimumNVDAVersion": "2024.1",
36+
"addon_minimumNVDAVersion": "2024.4",
3737
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
38-
"addon_lastTestedNVDAVersion": "2025.1",
38+
"addon_lastTestedNVDAVersion": "2025.2",
3939
# Add-on update channel (default is None, denoting stable releases,
4040
# and for development releases, use "dev".)
4141
# Do not change unless you know what you are doing!

0 commit comments

Comments
 (0)