Skip to content

Commit

Permalink
Prep for 0.4.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmemo committed Apr 26, 2015
1 parent 2e44926 commit 2edfa80
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "qwerty-hancock",
"main": "dist/qwerty-hancock.js",
"version": "0.4.4",
"version": "0.4.5",
"homepage": "http://stuartmemo.com/qwerty-hancock/",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions dist/qwerty-hancock.js
@@ -1,5 +1,5 @@
/*
* Qwerty Hancock keyboard library v0.4.4
* Qwerty Hancock keyboard library v0.4.5
* The web keyboard for now people.
* Copyright 2012-14, Stuart Memo
*
Expand All @@ -10,7 +10,7 @@
*/

(function (window, undefined) {
var version = '0.4.4',
var version = '0.4.5',
settings = {},
mouse_is_down = false,
keysDown = {},
Expand Down
4 changes: 2 additions & 2 deletions dist/qwerty-hancock.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"name": "qwerty-hancock",
"title": "Qwerty Hancock",
"description": "An interactive HTML plugin-free keyboard for your web audio project.",
"version": "0.4.4",
"version": "0.4.5",
"repository": {
"type": "git",
"url": "git@github.com:stuartmemo/qwerty-hancock.git"
Expand Down
4 changes: 2 additions & 2 deletions src/qwerty-hancock.js
@@ -1,5 +1,5 @@
/*
* Qwerty Hancock keyboard library v0.4.4
* Qwerty Hancock keyboard library v0.4.5
* The web keyboard for now people.
* Copyright 2012-14, Stuart Memo
*
Expand All @@ -10,7 +10,7 @@
*/

(function (window, undefined) {
var version = '0.4.4',
var version = '0.4.5',
settings = {},
mouse_is_down = false,
keysDown = {},
Expand Down

0 comments on commit 2edfa80

Please sign in to comment.