diff options
author | wout <wout@impinc.co.uk> | 2013-04-12 13:16:21 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-04-12 13:16:21 +0100 |
commit | 9aa9472043fa53ce11f716537a4e1eded464cc97 (patch) | |
tree | 388f36a1220ecb655bf7447253ee1b46dea77c46 /Rakefile | |
parent | ec833bcefe20bd51d128cd0978128a9c9a63a043 (diff) | |
download | svg.js-9aa9472043fa53ce11f716537a4e1eded464cc97.tar.gz svg.js-9aa9472043fa53ce11f716537a4e1eded464cc97.zip |
Bumped to v0.13
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SVGJS_VERSION = '0.12' +SVGJS_VERSION = '0.13' # all available modules in the correct loading order MODULES = %w[ svg regex default color viewbox bbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar ] |