diff options
author | wout <wout@impinc.co.uk> | 2014-01-31 15:00:36 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-31 15:00:36 +0100 |
commit | b095d2949b24da056a0d968e0f2ba306d0d1f48d (patch) | |
tree | 0f4d96a1e392dbb1063593fdc7d1472de9f59e9e | |
parent | 59d48eaab5af2a244aba3b2060336e9ce1743ed9 (diff) | |
download | svg.js-b095d2949b24da056a0d968e0f2ba306d0d1f48d.tar.gz svg.js-b095d2949b24da056a0d968e0f2ba306d0d1f48d.zip |
Updated JSON
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/component.json b/component.json index a4543c7..4170dbd 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "svg.js", "repo": "wout/svg.js", "description": "A lightweight library for manipulating and animating SVG", - "version": "0.37", + "version": "1.0rc1", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index 3ded344..b8687b3 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.37" +, "version": "1.0rc1" , "jam": { "include": [ "dist/svg.js" |