Code

Updated the JessyInk extensions to version 1.5.5.
[inkscape.git] / share / extensions / jessyInk_install.py
index f966152893ca423e38fc5622419bb336fcfc3060..f1e951ec665e7d1ec4628d2d7338515adbabdbc4 100755 (executable)
@@ -60,7 +60,7 @@ class JessyInk_Install(inkex.Effect):
                scriptElm = inkex.etree.Element(inkex.addNS("script", "svg"))
                scriptElm.text = open(os.path.join(os.path.dirname(__file__),   "jessyInk.js")).read()
                scriptElm.set("id","JessyInk")
-               scriptElm.set("{" + inkex.NSS["jessyink"] + "}version", "1.5.1")
+               scriptElm.set("{" + inkex.NSS["jessyink"] + "}version", '1.5.5')
                self.document.getroot().append(scriptElm)
 
                # Remove "jessyInkInit()" in the "onload" attribute, if present.