aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-01-29 11:49:38 +0100
committerwout <wout@impinc.co.uk>2013-01-29 11:49:38 +0100
commit293ef89f8d00d1623d8d2edd79d3af7bc765c002 (patch)
treeba11157a9fd336033d6123712fd387d9461fdbf5 /Rakefile
parent66d7cb4377cd5dd6363fc1a7f8f62552f85d70c0 (diff)
downloadsvg.js-293ef89f8d00d1623d8d2edd79d3af7bc765c002.tar.gz
svg.js-293ef89f8d00d1623d8d2edd79d3af7bc765c002.zip
Modified extension method to include all SVG.Container elements
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 695dc56..f16254a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.2'
+SVGJS_VERSION = '0.3'
# all available modules in the correct loading order
MODULES = %w[ svg container element fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse poly path image text nested sugar ]