commit/Emoticons: norrumar: Added proper info for compatibility

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 01 Feb 2019 05:49:54 +0000 (UTC)

1 new commit in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/f4e6c3bffb53/
Changeset:   f4e6c3bffb53
Branch:      stable
User:        norrumar
Date:        2019-02-01 05:49:33+00:00
Summary:     Added proper info for compatibility

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index e034d17..2875114 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("Enables the announcement of emoticon names 
instead of the character Representation."),
        # version
-       "addon_version" : "9.0",
+       "addon_version" : "9.1",
        # Author(s)
        "addon_author" : u"Chris Leo <llajta2012@xxxxxxxxx>, Noelia Ruiz 
Martínez <nrm1977@xxxxxxxxx>, Mesar Hameed <mhameed@xxxxxxxxxxxxx>, Francisco 
Javier Estrada Martínez <Fjestrad@xxxxxxxxxxx>",
        # URL for the add-on documentation support
@@ -27,9 +27,9 @@ addon_info = {
        # Documentation file name
        "addon_docFileName" : "readme.html",
        # Minimum NVDA version supported (e.g. "2018.3")
-       "addon_minimumNVDAVersion" : "2018.3",
+       "addon_minimumNVDAVersion" : "2018.3.0",
        # Last NVDA version supported/tested (e.g. "2018.4", ideally more 
recent than minimum version)
-       "addon_lastTestedNVDAVersion" : "2019.1",
+       "addon_lastTestedNVDAVersion" : "2019.1.0",
        # Add-on update channel (default is stable or None)
        "addon_updateChannel" : None,
 }

Repository URL: https://bitbucket.org/nvdaaddonteam/emoticons/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/Emoticons: norrumar: Added proper info for compatibility - commits-noreply