Skip to content

Commit

Permalink
Update buildVars
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 26, 2022
1 parent 8d2a08e commit 5afe3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# Translators: Long description to be shown for this add-on on add-on information from add-ons manager
"addon_description": _("""Add-on for using NVDA as a feed reader."""),
# version
"addon_version": "13.0.2-dev",
"addon_version": "",
# Author(s)
"addon_author": u"Noelia Ruiz Martínez <[email protected]>, Mesar Hameed <[email protected]>",
# URL for the add-on documentation support
Expand All @@ -29,7 +29,7 @@
# Minimum NVDA version supported (e.g. "2018.3")
"addon_minimumNVDAVersion": "2019.3.0",
# Last NVDA version supported/tested (e.g. "2018.4", ideally more recent than minimum version)
"addon_lastTestedNVDAVersion": "2021.3.3",
"addon_lastTestedNVDAVersion": "2022.1.0",
# Add-on update channel (default is stable or None)
"addon_updateChannel": None,
}
Expand Down

0 comments on commit 5afe3ca

Please sign in to comment.