Skip to content

Commit

Permalink
Bump version number to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Miksovsky committed Jun 9, 2015
1 parent ad10225 commit ae7a694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "basic-keyboard",
"description": "Aspect which manages the keyboard focus and keydown handling for a component collective. This aspect ensures that its only the outermost aspect in a collective that is listening for keyboard events.",
"version": "0.6.1-pre",
"version": "0.6.1",
"license": "MIT",
"main": "basic-keyboard.html",
"dependencies": {
"basic-aspect": "basic-web-components/basic-aspect#0.6.1-pre",
"basic-aspect": "basic-web-components/basic-aspect#0.6.1",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.1-pre",
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.1",
"web-component-tester": "*"
},
"keywords": [
Expand Down

0 comments on commit ae7a694

Please sign in to comment.