From 3b1de857cdeed23ad4d973601dfd10ad7d97d499 Mon Sep 17 00:00:00 2001 From: James Scholes Date: Sat, 30 Mar 2019 13:27:22 -0600 Subject: [PATCH] Update add-on release version and ensure all manifest options are in quotes --- speechHistory/manifest.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/speechHistory/manifest.ini b/speechHistory/manifest.ini index 58389d0..f53139f 100644 --- a/speechHistory/manifest.ini +++ b/speechHistory/manifest.ini @@ -1,6 +1,7 @@ -name = speechHistory -summary = Speech history review and copying +name = "speechHistory" +summary = "Speech history review and copying" description = "This add-on allows you to review the 100 most recent strings spoken by NVDA, by default using Shift+F11 and Shift+F12. Additionally, you can copy any spoken item to the clipboard by pressing F12." -version = 2017.05.13 -url = https://github.com/jscholes/nvda-speech-history -author = "Tyler Spivey, James Scholes" \ No newline at end of file +version = "2019.03.30" +url = "https://github.com/jscholes/nvda-speech-history" +author = "Tyler Spivey, James Scholes" +lastTestedNVDAVersion = "2019.1" \ No newline at end of file