Code

Updated the JessyInk extensions to version 1.5.5.
[inkscape.git] / share / extensions / jessyInk_autoTexts.py
index 57566888f8dd3654a37cfe80785a887af7a2f08b..cf41ad24f5c6c2fc7a60d67631e3b4bfdbd684b6 100755 (executable)
@@ -40,7 +40,7 @@ class JessyInk_AutoTexts(inkex.Effect):
 
        def effect(self):
                # Check version.
-               scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.5.4']", namespaces=inkex.NSS)
+               scriptNodes = self.document.xpath("//svg:script[@jessyink:version='1.5.5']", namespaces=inkex.NSS)
 
                if len(scriptNodes) != 1:
                        inkex.errormsg(_("The JessyInk script is not installed in this SVG file or has a different version than the JessyInk extensions. Please select \"install/update...\" from the \"JessyInk\" sub-menu of the \"Extensions\" menu to install or update the JessyInk script.\n\n"))