From d6c2275900e97d63cf1abc6047a1efd6917baacd Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 23 Jan 2017 16:53:33 +0100 Subject: [PATCH] 0.1.0 --- HISTORY.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index fb846e4..0b8cb7c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -38,4 +38,6 @@ * Added `rgbw.brightness2()` which maps brightness 0-100 to 22 levels * Added support for using 2-byte command sequences * Changed default command delay and repeat values - * Updated examples \ No newline at end of file + * Updated examples +* 20170123, V0.1.0 + * Added support for the new WiFi Bridge protocol v6.0 \ No newline at end of file diff --git a/package.json b/package.json index 931bc84..7124a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-milight-promise", - "version": "0.0.9", + "version": "0.1.0", "description": "A node module to control Milight LED bulbs and OEM equivalents auch as Rocket LED, Limitless LED Applamp, Easybulb, s`luce, iLight, iBulb, and Kreuzer", "author": { "name": "Marcus Wittig",