Skip to content

Commit

Permalink
Bump attiny-common
Browse files Browse the repository at this point in the history
Makes communications with T2 much more reliable
  • Loading branch information
johnnyman727 authored Sep 3, 2016
1 parent 57d0126 commit c11274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ambient-attx4",
"version": "0.2.8",
"version": "0.2.9",
"description": "Library to run the Ambient Module for Tessel. Detects ambient light and sound levels",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"./test": "false"
},
"dependencies": {
"attiny-common": "0.0.9",
"attiny-common": "0.0.10",
"sync-queue": "^0.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit c11274f

Please sign in to comment.