commit/eMule: norrumar: Add proper info for compatibility

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

1 new commit in eMule:

https://bitbucket.org/nvdaaddonteam/emule/commits/27f841f75ef7/
Changeset:   27f841f75ef7
Branch:      stable
User:        norrumar
Date:        2019-02-01 05:54:25+00:00
Summary:     Add proper info for compatibility

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 5c263ed..01d29e1 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -22,7 +22,7 @@ eMule is a P2P program to search and share files.
 You can get more information about eMule at
 http://www.emule-project.net""";),
        # version
-       "addon_version" : "3.18",
+       "addon_version" : "3.19",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>, Alberto <a.buffolino@xxxxxxxxx>",
        # URL for the add-on documentation support
@@ -30,9 +30,9 @@ http://www.emule-project.net""";),
        # Documentation file name
        "addon_docFileName" : "readme.html",
        # Minimum NVDA version supported (e.g. "2018.3")
-       "addon_minimumNVDAVersion" : "2017.3",
+       "addon_minimumNVDAVersion" : "2017.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/emule/

--

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