diff --git a/README.md b/README.md index f681b37..27d13cb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Announcements -* v6.8.0 adds support for LEGO Super Mario. +* v7.1.0 adds support for SPIKE Essential, including the Technic Small Hub, Technic Small Angular Motor, and Technic 3x3 Color Matrix. ### Introduction @@ -71,7 +71,7 @@ In addition, the Hubs themselves have certain built-in features which this libra | Duplo Train Base | 28743 | RGB LED/Headlights
Speaker
Speedometer
Motor
Color and Distance Sensor
Button | 10874
10875 | | Control+ Hub | 22127 | RGB LED
Button
Tilt Sensor
Accelerometer | 42099
42100 | | Super Mario | 71360 | Pants Sensor
Barcode and Color Sensor | 71360 | -| SPIKE Essential Hub | 45609 | RGB LED
Button
Tilt Sensor
Accelerometer | 45345 | ### Known Issues and Limitations diff --git a/docs/index.html b/docs/index.html index 092b001..2376cf1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,7 +97,7 @@

node-poweredup - A Javascript module to interface with LEGO Powered Up components.

Announcements

Introduction

LEGO Powered Up is the successor to Power Functions, the system for adding electronics to LEGO models. Powered Up is a collection of ranges, all of which are compatible with each other:

@@ -353,7 +353,7 @@ SPIKE Essential Hub 45609 RGB LED
Button
Tilt Sensor
Accelerometer -<a href="https://brickset.com/sets/45345-1/ +45345 diff --git a/package-lock.json b/package-lock.json index 255beaa..4d995d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "node-poweredup", - "version": "7.0.0", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "7.0.0", + "version": "7.1.0", "license": "MIT", "dependencies": { "@abandonware/noble": "1.9.2-14", diff --git a/package.json b/package.json index f24d8cb..e6b4828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poweredup", - "version": "7.0.0", + "version": "7.1.0", "description": "A Javascript module to interface with LEGO Powered Up components.", "homepage": "https://github.com/nathankellenicki/node-poweredup/", "main": "dist/node/index-node.js",