summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-03-29 13:40:19 +0000
committerwout <wout@impinc.co.uk>2013-03-29 13:40:19 +0000
commitf134e1cf3d06804f42c08e7e7985a5ab59a82c5c (patch)
tree55715ecce60fe1701d8c8723f0f056e579836c1b /Rakefile
parent089816c84f8ae573cf558fe3b0242847f9eacbe9 (diff)
downloadsvg.js-f134e1cf3d06804f42c08e7e7985a5ab59a82c5c.tar.gz
svg.js-f134e1cf3d06804f42c08e7e7985a5ab59a82c5c.zip
Allow invocation of SVG() with an <svg> tag
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0364c0f..3987946 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.11'
+SVGJS_VERSION = '0.12'
# all available modules in the correct loading order
MODULES = %w[ svg regex default color viewbox bbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar ]