Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for 0.4.5 release. #16

Merged
merged 1 commit into from Apr 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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