Skip to content

Commit

Permalink
chore(build): version bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jan 7, 2015
1 parent 4278101 commit 6ab11d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ require.config({

## Changelog

### master (will become 0.0.3) ###
### 0.0.3 (January 7th 2015) ###

* adding [`fix-browser/pointer-focus-children`](http://medialize.github.io/ally.js/examples/fix-pointer-focus-children.html)
* adding `dom/focus-target` to find the first focusable element in an element's ancestry
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.2",
"version": "0.0.3",
"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.2",
"version": "0.0.3",
"description": "Library to help applications with accessibility concerns",
"main": "src/ally.js",
"directories": {
Expand Down

0 comments on commit 6ab11d6

Please sign in to comment.