aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-18 20:31:03 +0200
committerwout <wout@impinc.co.uk>2014-06-18 20:31:03 +0200
commitcf989b97218374285a12ce270056ce2d2c502ee3 (patch)
tree5e88b670d15cf68da97d696e6e06c2845d581b2e
parent838ee6a024215808b7be3ef9534a4a63b42687ec (diff)
downloadsvg.js-cf989b97218374285a12ce270056ce2d2c502ee3.tar.gz
svg.js-cf989b97218374285a12ce270056ce2d2c502ee3.zip
Updated README
-rwxr-xr-xCHANGELOG.md2
-rwxr-xr-xRakefile2
-rwxr-xr-xbower.json2
-rwxr-xr-xcomponent.json2
-rwxr-xr-xpackage.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfb2d61..dcf0b11 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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!__
diff --git a/Rakefile b/Rakefile
index 03d37f8..3ec941b 100755
--- 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 ]
diff --git a/bower.json b/bower.json
index 7ddcee4..1ce7aa3 100755
--- a/bower.json
+++ b/bower.json
@@ -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>"
diff --git a/component.json b/component.json
index ebdd7c1..3982e79 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.9",
+ "version": "1.0.0-rc.10",
"keywords": ["svg"],
"author": "Wout Fierens <wout@impinc.co.uk>",
"main": "dist/svg.js",
diff --git a/package.json b/package.json
index a704576..557d1d3 100755
--- a/package.json
+++ b/package.json
@@ -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"