aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-03-06 11:34:47 +0000
committerwout <wout@impinc.co.uk>2013-03-06 11:34:47 +0000
commitf7be50c638587f5028a9c4cd54c433690c6fc671 (patch)
treeb3db521623d332e60246c57363dc0ab749dd070b /Rakefile
parent31e0a8f178185208aaf71702dadc1dbc8a6ff0eb (diff)
downloadsvg.js-f7be50c638587f5028a9c4cd54c433690c6fc671.tar.gz
svg.js-f7be50c638587f5028a9c4cd54c433690c6fc671.zip
Added during() method and unit morphing to fx module
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 39a66bc..1484216 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
-SVGJS_VERSION = '0.7'
+SVGJS_VERSION = '0.8'
# all available modules in the correct loading order
-MODULES = %w[ svg viewbox bbox element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse line poly path image text nested sugar ]
+MODULES = %w[ svg regex viewbox bbox element container fx event group arrange defs mask pattern gradient doc shape wrap rect ellipse line poly path image text nested sugar ]
# how many bytes in a "kilobyte"
KILO = 1024