summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-23 20:20:25 +0100
committerwout <wout@impinc.co.uk>2014-01-23 20:20:25 +0100
commitf776294c7b8dde1f327fc6138d4de6c136088fbc (patch)
tree7dc67503a77d304ee950adc9a7a40a6c9aedcca1 /Rakefile
parent551e3d6bb980bca77f2abf606a25bc2fc8a02534 (diff)
downloadsvg.js-f776294c7b8dde1f327fc6138d4de6c136088fbc.tar.gz
svg.js-f776294c7b8dde1f327fc6138d4de6c136088fbc.zip
Added pause / play to SVG.FX module and bumped to v0.34
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 898e92a..5f61051 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.33'
+SVGJS_VERSION = '0.34'
# all available modules in the correct loading order
MODULES = %w[ svg regex default color array number viewbox bbox rbox element parent container fx event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested sugar set memory loader ]