diff --git a/README.md b/README.md index 88c84e7..4911af5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# EnhancedDictionaries 1.3.4 +# EnhancedDictionaries 1.4.0 Nvda ADDON for handling more advanced dictionaries processing ## download -Download the [Enhanced Dictionaries 1.3.4 addon](https://github.com/marlon-sousa/EnhancedDictionaries/releases/download/1.3.4/EnhancedDictionaries-1.3.4.nvda-addon) +Download the [Enhanced Dictionaries 1.4.0 addon](https://github.com/marlon-sousa/EnhancedDictionaries/releases/download/1.4.0/EnhancedDictionaries-1.4.0.nvda-addon) ## Features diff --git a/buildVars.py b/buildVars.py index 42e9de8..881ddb4 100644 --- a/buildVars.py +++ b/buildVars.py @@ -22,7 +22,7 @@ def _(x): return x "addon_description": _("""This addon introduces better dictionaries handling for NVDA. It is now possible to use profile specific dictionaries, which eenables better productivity by allowing you to use different dictionaries for different applications and scenarius."""), # version - "addon_version": "1.3.4", + "addon_version": "1.4.0", # Author(s) "addon_author": u"Marlon Brandão de Sousa ", # URL for the add-on documentation support @@ -32,7 +32,7 @@ def _(x): return x # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional) "addon_minimumNVDAVersion": "2022.1", # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version) - "addon_lastTestedNVDAVersion": "2022.1", + "addon_lastTestedNVDAVersion": "2023.1", # 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) "addon_updateChannel": None, }