Skip to content

Commit 0f1fd44

Browse files
author
derek riemer
committed
update to 2024.1 compat
1 parent d0f158d commit 0f1fd44

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

buildVars.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,21 @@ def _(arg):
2525
"addon_description" : _("""Notepad++ App Module.
2626
This addon improves the accessibility of Notepad ++. To learn more, press the add-on help button."""),
2727
# version
28-
"addon_version" : "2023.06.3",
28+
"addon_version" : "2024.04.1",
2929
# Author(s)
3030
"addon_author" : u"Derek Riemer <[email protected]>, Tuukka Ojala <[email protected]>",
3131
# URL for the add-on documentation support
3232
"addon_url" : "https://github.com/derekriemer/nvda-notepadplusplus",
33-
# URL for the add-on repository where the source code can be found
33+
# URL for the add-on repository where the source code can be found
3434
"addon_sourceURL": "https://github.com/derekriemer/nvda-notepadplusplus",
3535

3636
# Documentation file name
3737
"addon_docFileName" : "readme.html",
3838
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3939
"addon_minimumNVDAVersion" : "2021.2",
4040
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
41-
"addon_lastTestedNVDAVersion" : "2023.1",
42-
# Add-on update channel (default is stable or None)
43-
"addon_updateChannel" : None,
44-
# Add-on update channel (default is None, denoting stable releases,
41+
"addon_lastTestedNVDAVersion" : "2024.1",
42+
# Add-on update channel (default is None, denoting stable releases,
4543
# and for development releases, use "dev".)
4644
# Do not change unless you know what you are doing!
4745
"addon_updateChannel": None,

0 commit comments

Comments
 (0)