commit/placeMarkers: norrumar: Add info for compatibility

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 01 Feb 2019 05:58:10 +0000 (UTC)

1 new commit in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/8d30945ca025/
Changeset:   8d30945ca025
Branch:      stable
User:        norrumar
Date:        2019-02-01 05:57:56+00:00
Summary:     Add info for compatibility

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 2ec3fc0..2097b30 100755
--- 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 setting place markers on specific 
virtual documents"),
        # version
-       "addon_version" : "12.2.1",
+       "addon_version" : "12.3",
        # Author(s)
        "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris 
<llajta2012@xxxxxxxxx>",
        # 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/placemarkers/

--

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