diff options
author | wout <wout@impinc.co.uk> | 2014-06-19 08:20:52 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-19 08:20:52 +0200 |
commit | 45adf7dbbff51217dfc580440487ea0d21e8df7a (patch) | |
tree | 3b26225ac674e883c24cb5ec5dd189d92693dff8 /package.json | |
parent | cf989b97218374285a12ce270056ce2d2c502ee3 (diff) | |
download | svg.js-45adf7dbbff51217dfc580440487ea0d21e8df7a.tar.gz svg.js-45adf7dbbff51217dfc580440487ea0d21e8df7a.zip |
Fixed version mismatch
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 557d1d3..a704576 100755 --- 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": "1.0.0-rc.10" +, "version": "1.0.0-rc.9" , "jam": { "include": [ "dist/svg.js" |