diff options
author | wout <wout@impinc.co.uk> | 2014-01-26 17:50:45 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-26 17:50:45 +0100 |
commit | 22212053f79344f2f11f77e699f7f307a25eb9a9 (patch) | |
tree | e6a02dfc8b440f2048fc7b3ffea86e6eed3a50ed /package.json | |
parent | a6aacddee1b7e62101aa2d7e6ed9bc41b61f99a6 (diff) | |
download | svg.js-22212053f79344f2f11f77e699f7f307a25eb9a9.tar.gz svg.js-22212053f79344f2f11f77e699f7f307a25eb9a9.zip |
Added get to SVG.Set, bumped to v0.37
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 c7a9e7f..3ded344 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.36" +, "version": "v0.37" , "jam": { "include": [ "dist/svg.js" |