Skip to content

Commit

Permalink
chore(build): bumping version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jun 17, 2015
1 parent f58313d commit f2aa4a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ require.config({

## Changelog

### 0.0.6 (June 17th 2015) ###

* fixing [`dom/visible-quotient`](http://medialize.github.io/ally.js/examples/visible-quotient.html) to subtract scrollbars from visible space

### 0.0.5 (June 15th 2015) ###

* adding [`dom/when-visible`](http://medialize.github.io/ally.js/examples/focus-when-visible.html) to execute callback when an element becomes visible
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": "ally.js",
"version": "0.0.5",
"version": "0.0.6",
"authors": [
"Rodney Rehm <[email protected]> (http://rodneyrehm.de/en/)"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ally.js",
"version": "0.0.5",
"version": "0.0.6",
"description": "Library to help applications with accessibility concerns",
"main": "src/ally.js",
"directories": {
Expand Down

0 comments on commit f2aa4a3

Please sign in to comment.