diff options
author | wout <wout@impinc.co.uk> | 2014-02-05 00:06:36 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-05 00:06:36 +0100 |
commit | 9995944cb253ba93441e2d65cef415daa3541a52 (patch) | |
tree | 9d69d943841bec9a25039ee417d58a3125249723 /package.json | |
parent | 43fd91ccce8f9bce60ed7c566e32152be42f9774 (diff) | |
download | svg.js-9995944cb253ba93441e2d65cef415daa3541a52.tar.gz svg.js-9995944cb253ba93441e2d65cef415daa3541a52.zip |
Added loader on SVG.Image and included svg.pattern.js to the core
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 bf78aaf..e7b2b86 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": "1.0.0-rc.3" +, "version": "1.0.0-rc.4" , "jam": { "include": [ "dist/svg.js" |