Skip to content

Commit 6ff8cb1

Browse files
committed
Update version to 1.0.3 to keep up with the new release of NVDA
1 parent 3963bea commit 6ff8cb1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# snippetsForNVDA 1.0.2
1+
# snippetsForNVDA 1.0.3
22
Text snippet handling features for NVDA
33

44
## download
55

6-
Download the [Snippets for NVDA 1.0.2 addon](https://github.com/thgcode/snippetsForNVDA/releases/download/1.0.2/snippetsForNVDA-1.0.2.nvda-addon)
6+
Download the [Snippets for NVDA 1.0.3 addon](https://github.com/thgcode/snippetsForNVDA/releases/download/1.0.3/snippetsForNVDA-1.0.3.nvda-addon)
77

88
## Features
99

buildVars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Press NVDA+CONTROL+SHIFT+numeric keys once to hear the content of this memory slot.
2525
Press NVDA+CONTROL+SHIFT+numeric keys twice quickly to paste the content of this memory slot to the running application."""),
2626
# version
27-
"addon_version" : "1.0.2",
27+
"addon_version" : "1.0.3",
2828
# Author(s)
2929
# Translators: The people that have created snippetsForNVDA, shown on the manage addons dialog
3030
"addon_author" : _("snippetsForNVDA contributors"),
@@ -35,7 +35,7 @@
3535
# Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
3636
"addon_minimumNVDAVersion" : "2019.3.0",
3737
# Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
38-
"addon_lastTestedNVDAVersion" : "2020.1",
38+
"addon_lastTestedNVDAVersion" : "2021.1",
3939
# Add-on update channel (default is None, denoting stable releases, and for development releases, use "dev"; do not change unless you know what you are doing)
4040
"addon_updateChannel" : None,
4141
}

0 commit comments

Comments
 (0)