From ee9c736b6bc6aebf763557b0bcadb27b9555c489 Mon Sep 17 00:00:00 2001 From: johnnyman727 Date: Thu, 9 Oct 2014 18:16:56 -0600 Subject: [PATCH] 0.2.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 412903c..9f49091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ambient-attx4", - "version": "0.2.3", + "version": "0.2.4", "description": "Library to run the Ambient Module for Tessel. Detects ambient light and sound levels", "main": "index.js", "scripts": { @@ -28,7 +28,7 @@ "./test": "false" }, "dependencies": { - "attiny-common" : "^0.0.5", + "attiny-common" : "^0.0.6", "sync-queue" : "^0.0.1" }, "devDependencies": {