diff options
author | wout <wout@impinc.co.uk> | 2014-02-04 13:01:06 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-04 13:01:06 +0100 |
commit | d5cc7551c31d8dcf607877ac836493dd8e6ed487 (patch) | |
tree | ab0cd7bbbd3fa4fbed03029f89e92b0840126dff | |
parent | f22fe6d271879e232508c1fed1f9c8fbec604ade (diff) | |
download | svg.js-d5cc7551c31d8dcf607877ac836493dd8e6ed487.tar.gz svg.js-d5cc7551c31d8dcf607877ac836493dd8e6ed487.zip |
Updated JSON
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ { "name": "svg.js", - "version": "1.0.0-rc3", + "version": "v1.0.0-rc.3", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" diff --git a/component.json b/component.json index 9094c2a..60976cf 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": "1.0.0-rc3", + "version": "v1.0.0-rc.3", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index 6d5ad4d..275f6db 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-rc3" +, "version": "v1.0.0-rc.3" , "jam": { "include": [ "dist/svg.js" |