diff options
author | wout <wout@impinc.co.uk> | 2014-02-01 11:15:39 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-01 11:15:39 +0100 |
commit | 08c53d59fc3a43d906951b1a49bfef9a81c2f9f5 (patch) | |
tree | 0921460e6e54aaf8c8e8c55d2952379f490401c9 | |
parent | 859bbecc67cbb0d81cf8639c4cfefbf39151faef (diff) | |
download | svg.js-08c53d59fc3a43d906951b1a49bfef9a81c2f9f5.tar.gz svg.js-08c53d59fc3a43d906951b1a49bfef9a81c2f9f5.zip |
Updated version format in 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.0rc1", + "version": "1.0.0-rc1", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" diff --git a/component.json b/component.json index 4170dbd..1469250 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.0rc1", + "version": "1.0.0-rc1", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index b8687b3..4dbba53 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.0rc1" +, "version": "1.0.0-rc1" , "jam": { "include": [ "dist/svg.js" |