Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Oct 27, 2016
1 parent 58d417a commit db0136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minidsp.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const debug = require('debug')('minidsp');
const USBTransport = require('./src/transport/usb');
const NetTransport = require('./src/transport/net');

program.version('1.0.0')
program.version('1.0.1')
.option('-t --transport <transport>', 'Set the underlying transport type (usb, net)', 'usb', /^usb|net$/)
.option('-o --opt <opt>', 'Set transport-specific parameters');

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": "minidsp",
"version": "1.0.0",
"version": "1.0.1",
"description": "An interface to the MiniDSP 2x4HD",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit db0136e

Please sign in to comment.