From 45adf7dbbff51217dfc580440487ea0d21e8df7a Mon Sep 17 00:00:00 2001 From: wout Date: Thu, 19 Jun 2014 08:20:52 +0200 Subject: [PATCH] Fixed version mismatch --- Rakefile | 2 +- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 3ec941b..03d37f8 100755 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -SVGJS_VERSION = '1.0.0-rc.10' +SVGJS_VERSION = '1.0.0-rc.9' # all available modules in the correct loading order MODULES = %w[ svg selector inventor regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient pattern doc shape symbol use rect ellipse line poly path image text textpath nested hyperlink marker sugar set data memory loader helpers ] diff --git a/bower.json b/bower.json index 1ce7aa3..7ddcee4 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"1.0.0-rc.10", + "version":"1.0.0-rc.9", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens " diff --git a/component.json b/component.json index 3982e79..ebdd7c1 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": "1.0.0-rc.10", + "version": "1.0.0-rc.9", "keywords": ["svg"], "author": "Wout Fierens ", "main": "dist/svg.js", diff --git a/package.json b/package.json index 557d1d3..a704576 100755 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ , "keywords": ["svg", "vector", "graphics", "animation"] , "author": "Wout Fierens " , "main": "dist/svg.js" -, "version": "1.0.0-rc.10" +, "version": "1.0.0-rc.9" , "jam": { "include": [ "dist/svg.js" -- 2.39.5