From 8a51b5dc7d920d94972d49affd51eba6a5971a15 Mon Sep 17 00:00:00 2001 From: Tuukka Ojala Date: Sat, 29 Apr 2017 14:42:20 +0300 Subject: [PATCH] Bump version to 1.0 stable. --- buildVars.py | 2 +- readme.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/buildVars.py b/buildVars.py index 9e31a78..5f2ad75 100644 --- a/buildVars.py +++ b/buildVars.py @@ -19,7 +19,7 @@ # Translators: Long description to be shown for this add-on on add-on information from add-ons manager "addon_description" : _("""Provides various commands for copying the text under the review cursor to the clipboard. Please consult the documentation for more information."""), # version - "addon_version" : "0.2-dev", + "addon_version" : "1.0", # Author(s) "addon_author" : u"Tuukka Ojala ", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 65d5d7d..0c49567 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,8 @@ # Review Cursor Copier * Author: Tuukka Ojala -* Download [development version][1] +* Download [stable version][1] +* Download [development version][2] This NVDA add-on provides various commands for copying the text under the review cursor to the clipboard. Currently, the following commands are implemented: @@ -18,4 +19,5 @@ None of these commands have key bindings by default. Please use the input gestur This work is licensed under the GNU General Public License, version 2. -[1]: https://addons.nvda-project.org/files/get.php?file=rccp-dev +[1]: https://addons.nvda-project.org/files/get.php?file=rccp +[2]: https://addons.nvda-project.org/files/get.php?file=rccp-dev