commit/readFeeds: norrumar: Add info for compatibility

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

1 new commit in readFeeds:

https://bitbucket.org/nvdaaddonteam/readfeeds/commits/95829a59a007/
Changeset:   95829a59a007
Branch:      stable
User:        norrumar
Date:        2019-02-01 06:02:40+00:00
Summary:     Add info for compatibility

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 8be43c3..8a2e48b 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" : _("""Add-on for using NVDA as a feed reader."""),
        # version
-       "addon_version" : "6.2",
+       "addon_version" : "6.3",
        # Author(s)
        "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>, Mesar 
Hameed <mhameed@xxxxxxxxxxxxx>",
        # 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/readfeeds/

--

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/readFeeds: norrumar: Add info for compatibility - commits-noreply