Skip to content

Commit

Permalink
Bumped to version 1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Jun 12, 2014
1 parent faefee4 commit 977dd43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0-rc.8 (12/06/2014)

- fixed bug in `SVG.off`


# 1.0.0-rc.7 (11/06/2014)

- calling `after()` when calling `stop(true)` (fulfill flag) [thanks @vird]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SVGJS_VERSION = '1.0.0-rc.7'
SVGJS_VERSION = '1.0.0-rc.8'

# all available modules in the correct loading order
MODULES = %w[ svg 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 use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader helpers ]
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg.js",
"version":"1.0.0-rc.7",
"version":"1.0.0-rc.8",
"homepage": "http://svgjs.com/",
"authors": [
"Wout Fierens <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.7",
"version": "1.0.0-rc.8",
"keywords": ["svg"],
"author": "Wout Fierens <[email protected]>",
"main": "dist/svg.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, "keywords": ["svg", "vector", "graphics", "animation"]
, "author": "Wout Fierens <[email protected]>"
, "main": "dist/svg.js"
, "version": "1.0.0-rc.7"
, "version": "1.0.0-rc.8"
, "jam": {
"include": [
"dist/svg.js"
Expand Down

0 comments on commit 977dd43

Please sign in to comment.