aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-04-26 21:27:46 +0200
committerwout <wout@impinc.co.uk>2013-04-26 21:27:46 +0200
commit6afb0006730768d03b787e840f6a71249c4a051e (patch)
tree7e3f54893bbdb4c01c9385ca203bdc96f16a2e89 /Rakefile
parent11ded2fe8fabf4392633fcdb3713a49e084746a1 (diff)
downloadsvg.js-6afb0006730768d03b787e840f6a71249c4a051e.tar.gz
svg.js-6afb0006730768d03b787e840f6a71249c4a051e.zip
Bumped to v0.15, removed hsb color support
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0ef059e..20234a2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '0.14'
+SVGJS_VERSION = '0.15'
# all available modules in the correct loading order
MODULES = %w[ svg regex default color viewbox bbox rbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar ]