Skip to content

Commit

Permalink
Merge pull request #14 from ibmtjbot/release/jw-1.2.0
Browse files Browse the repository at this point in the history
bump to version 1.2.0. removing extraneous node dependency.
  • Loading branch information
jweisz authored Mar 27, 2017
2 parents 81e9446 + 216d631 commit e7f0992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/tjbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const fs = require('fs');
const sleep = require('sleep');
const colorToHex = require('colornames');
const cm = require('color-model');
const AudioContext = require('web-audio-api').AudioContext;
const spawn = require('child_process').spawn;
const winston = require('winston');

Expand Down Expand Up @@ -125,7 +124,7 @@ function TJBot(hardware, configuration, credentials) {
/**
* TJBot module version
*/
TJBot.prototype.version = 'v1.1.0';
TJBot.prototype.version = 'v1.2.0';

/**
* List of TJBot hardware and services.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tjbot",
"description": "Node.js library for writing TJBot recipes",
"version": "1.1.0",
"version": "1.2.0",
"author": "Justin Weisz <[email protected]>",
"bugs": {
"url": "https://github.com/ibmtjbot/tjbotlib/issues"
Expand All @@ -20,7 +20,6 @@
"sleep": "^5.0.0",
"temp": "^0.8.3",
"watson-developer-cloud": "^2.11.1",
"web-audio-api": "^0.2.2",
"winston": "^2.3.1"
},
"engines": {
Expand Down

0 comments on commit e7f0992

Please sign in to comment.