diff options
author | wout <wout@impinc.co.uk> | 2013-08-05 14:08:36 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-08-05 14:08:36 +0100 |
commit | 945c1a0a423cf8a0b80fc8288651e04dec8b6610 (patch) | |
tree | d17c0f9ea6c4755d8d7169c2131f22990238a946 /package.json | |
parent | 2942e015a826e126d4c6bd4a5ae4a8f95673d0b0 (diff) | |
download | svg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.tar.gz svg.js-945c1a0a423cf8a0b80fc8288651e04dec8b6610.zip |
Distinguished SVG.Container from SVG.parent, bumped to v0.32
SVG.Use inherits from SVG.Shape
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 e9581f8..4147d95 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.31" +, "version": "v0.32" , "jam": { "include": [ "dist/svg.js" |