diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-06-11 01:17:55 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-06-11 01:17:55 +0200 |
commit | c5b71230f4ab4f9c09475fd1a4b22b08903c0715 (patch) | |
tree | 293d9ed1e735b9adfb0a04809bbc6ecc95abe6f7 | |
parent | b00f76abafe6567a7d05542070d8fb5a943c46db (diff) | |
download | svg.js-c5b71230f4ab4f9c09475fd1a4b22b08903c0715.tar.gz svg.js-c5b71230f4ab4f9c09475fd1a4b22b08903c0715.zip |
bump to 2.0.02.0.0
-rwxr-xr-x | bower.json | 7 | ||||
-rwxr-xr-x | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 4 insertions, 7 deletions
@@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"2.0.0-rc.2", + "version":"2.0.0", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" @@ -15,9 +15,6 @@ "**/.*", "spec/", "src/", - "Gemfile", - "Gemfile.lock", - "package.json", - "Rakefile" + "gulpfile.js" ] }
\ No newline at end of file diff --git a/component.json b/component.json index 4cd508a..2f14c9c 100755 --- 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": "2.0.0-rc.1", + "version": "2.0.0", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index 5b07d3d..c5c8098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SVG.js", - "version": "2.0.0-rc.2", + "version": "2.0.0", "description": "A lightweight library for manipulating and animating SVG.", "url": "http://svgjs.com", "homepage": "http://www.svgjs.com", |