From: Ulrich-Matthias Schäfer Date: Wed, 10 Jun 2015 23:17:55 +0000 (+0200) Subject: bump to 2.0.0 X-Git-Tag: 2.0.0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fbe7c249e870082126fadc3fd8d4c03a1d578672;p=svg.js.git bump to 2.0.0 --- diff --git a/bower.json b/bower.json index a2fc3d8..8ed860c 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"2.0.0-rc.2", + "version":"2.0.0", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens " @@ -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 ", "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",