Skip to content

Commit

Permalink
fix type and bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Burgmer committed Jul 23, 2015
1 parent 867d8d9 commit da99ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function setInputPort(port) {
}
}

function setInputPort(port) {
function setOutputPort(port) {
var portId = port.id || port;

if (config.ports.out !== portId) {
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": "traktor-dpro-adapter-lib",
"version": "0.1.0",
"version": "0.1.1",
"author": "Philipp Burgmer",
"description": "A Library translating BPM calculated via MIDI Clock Messages to Control-Change-Messages",

Expand Down

0 comments on commit da99ba7

Please sign in to comment.