diff options
author | wout <wout@impinc.co.uk> | 2013-05-28 20:58:52 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-05-28 20:58:52 +0100 |
commit | c7df993012b3c0e8cfee75313041c3c64ad9b9e1 (patch) | |
tree | 5b4358a6c029d5a1763b939e5b60d300f7a4a124 /package.json | |
parent | 00532a5e2d547c4761aa888c9bda2e94ee310046 (diff) | |
download | svg.js-c7df993012b3c0e8cfee75313041c3c64ad9b9e1.tar.gz svg.js-c7df993012b3c0e8cfee75313041c3c64ad9b9e1.zip |
Added merge() to SVG.BBox
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bfefa88..29e2eff 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ , "keywords": ["svg", "vector", "graphics", "animation"] , "author": "Wout Fierens <wout@impinc.co.uk>" , "main": "dist/svg.js" -, "version": "v0.10" +, "version": "v0.16" , "jam": { "include": [ "dist/svg.js" |