]> source.dussan.org Git - svg.js.git/commitdiff
Fixed version mismatch
authorwout <wout@impinc.co.uk>
Thu, 19 Jun 2014 06:20:52 +0000 (08:20 +0200)
committerwout <wout@impinc.co.uk>
Thu, 19 Jun 2014 06:20:52 +0000 (08:20 +0200)
Rakefile
bower.json
component.json
package.json

index 3ec941bb951adfaff4b4b230cde9f8a17d43e485..03d37f8e7cbec93e4b7c13c97a3a2a228a71352d 100755 (executable)
--- 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 ]
index 1ce7aa3ad6e12efc337a67aa504672867262a8d7..7ddcee43c3562dddc4e7965c7fb48455f3949ee1 100755 (executable)
@@ -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 <wout@impinc.co.uk>"
index 3982e795b4eab105df37aa2b151fc078e3cd2e55..ebdd7c124ddb56ca5aeb06f4b4966c91bb81ef3d 100755 (executable)
@@ -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 <wout@impinc.co.uk>",
   "main": "dist/svg.js",
index 557d1d3a61235c5b6820871274c382633c57145e..a7045763147d886497a363d8928281766626c5af 100755 (executable)
@@ -6,7 +6,7 @@
 , "keywords":     ["svg", "vector", "graphics", "animation"]
 , "author":       "Wout Fierens <wout@impinc.co.uk>"
 , "main":         "dist/svg.js"
-, "version":      "1.0.0-rc.10"
+, "version":      "1.0.0-rc.9"
 , "jam": {
     "include": [
       "dist/svg.js"