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 /package.json | |
parent | 859bbecc67cbb0d81cf8639c4cfefbf39151faef (diff) | |
download | svg.js-08c53d59fc3a43d906951b1a49bfef9a81c2f9f5.tar.gz svg.js-08c53d59fc3a43d906951b1a49bfef9a81c2f9f5.zip |
Updated version format in JSON
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 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" |