]> source.dussan.org Git - svg.js.git/commitdiff
Updated README
authorwout <wout@impinc.co.uk>
Wed, 18 Jun 2014 18:31:03 +0000 (20:31 +0200)
committerwout <wout@impinc.co.uk>
Wed, 18 Jun 2014 18:31:03 +0000 (20:31 +0200)
CHANGELOG.md
Rakefile
bower.json
component.json
package.json

index cfb2d6128f4e94efdf9eb62741193664e03853fb..dcf0b11b6012b1373edde79ed33166d74fed5c0e 100755 (executable)
@@ -1,4 +1,4 @@
-# 1.0.0-rc.10 (27/06/2014)
+# 1.0.0-rc.10 (?/?/2014)
 
 - remove internal references everywhere -> __TODO!__
 - rework transformation to be chainable and more true to native SVG -> __TODO!__
index 03d37f8e7cbec93e4b7c13c97a3a2a228a71352d..3ec941bb951adfaff4b4b230cde9f8a17d43e485 100755 (executable)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-SVGJS_VERSION = '1.0.0-rc.9'
+SVGJS_VERSION = '1.0.0-rc.10'
 
 # 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 7ddcee43c3562dddc4e7965c7fb48455f3949ee1..1ce7aa3ad6e12efc337a67aa504672867262a8d7 100755 (executable)
@@ -1,6 +1,6 @@
 {
   "name": "svg.js",
-  "version":"1.0.0-rc.9",
+  "version":"1.0.0-rc.10",
   "homepage": "http://svgjs.com/",
   "authors": [
     "Wout Fierens <wout@impinc.co.uk>"
index ebdd7c124ddb56ca5aeb06f4b4966c91bb81ef3d..3982e795b4eab105df37aa2b151fc078e3cd2e55 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.9",
+  "version": "1.0.0-rc.10",
   "keywords": ["svg"],
   "author": "Wout Fierens <wout@impinc.co.uk>",
   "main": "dist/svg.js",
index a7045763147d886497a363d8928281766626c5af..557d1d3a61235c5b6820871274c382633c57145e 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.9"
+, "version":      "1.0.0-rc.10"
 , "jam": {
     "include": [
       "dist/svg.js"