aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-01-26 17:50:45 +0100
committerwout <wout@impinc.co.uk>2014-01-26 17:50:45 +0100
commit22212053f79344f2f11f77e699f7f307a25eb9a9 (patch)
treee6a02dfc8b440f2048fc7b3ffea86e6eed3a50ed /Rakefile
parenta6aacddee1b7e62101aa2d7e6ed9bc41b61f99a6 (diff)
downloadsvg.js-22212053f79344f2f11f77e699f7f307a25eb9a9.tar.gz
svg.js-22212053f79344f2f11f77e699f7f307a25eb9a9.zip
Added get to SVG.Set, bumped to v0.37
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 5319ad9..62d0a1d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
-SVGJS_VERSION = '0.36'
+SVGJS_VERSION = '0.37'
# 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 hyperlink sugar set memory loader ]
+MODULES = %w[ svg regex default color array pointarray 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 hyperlink sugar set memory loader ]
# how many bytes in a "kilobyte"
KILO = 1024