Skip to content

Commit 03dc570

Browse files
committed
Updates to try to fix installation problem on older Windows.
1 parent a062143 commit 03dc570

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

addon/globalPlugins/debugHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Debug Helper (debugHelper.py), version 1.1.0-dev
2+
# Debug Helper (debugHelper.py), version 1.0.01-dev
33
# An NVDA global plugin to make dealing with the NVDA log easier and more efficient.
44

55
# Copyright (C) 2019 Luke Davis <newanswertech@gmail.com>

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
Inserts sequentially numbered mark lines in the log when you press NVDA+shift+F1, to make it easy to search for things, by "tagging" them.
2222
Contact me if you find it useful, and especially with feature ideas."""),
2323
# version
24-
"addon_version" : "1.0-dev",
24+
"addon_version" : "1.0.01-dev",
2525
# Author(s)
2626
"addon_author" : u"Luke Davis <newanswertech@gmail.com>",
2727
# URL for the add-on documentation support

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Under the Tools category of NVDA's Input Gestures panel, you can change NVDA+shi
4444

4545
## Change log
4646

47-
### Version 1.1.0-dev (2019-08-26)
47+
### Version 1.0.01-dev (2019-08-26)
4848

4949
* Minor bugfix version to possibly fix an install problem on certain versions of Windows.
5050
- CRLF fixes in code.

0 commit comments

Comments
 (0)