diff --git a/ABOUT.md b/ABOUT.md
index 48c469b..cc45000 100644
--- a/ABOUT.md
+++ b/ABOUT.md
@@ -49,7 +49,7 @@ In addition, the Hubs themselves have certain built-in features which this libra
| WeDo 2.0 Smart hub | 45301 | RGB LED
Piezo Buzzer
Button | 45300 |
| Boost Move Hub | 88006 | RGB LED
Tilt Sensor
2x Tacho Motors
Button | 17101 |
| Powered UP Hub | 88009 | RGB LED
Button | 60197
60198
76112 |
-| Powered UP Remote | 28739 | RGB LED
Left and Right Control Buttons
Button | 60197
60198 |
+| Powered UP Remote | 88010 | RGB LED
Left and Right Control Buttons
Button | 60197
60198 |
| Duplo Train Base | 28743 | RGB LED/Headlights
Speaker
Speedometer
Motor
Color and Distance Sensor
Button | 10874
10875 |
diff --git a/README.md b/README.md
index e5c76d5..2dadfb8 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ In addition, the Hubs themselves have certain built-in features which this libra
| WeDo 2.0 Smart hub | 45301 | RGB LED
Piezo Buzzer
Button | 45300 |
| Boost Move Hub | 88006 | RGB LED
Tilt Sensor
2x Tacho Motors
Button | 17101 |
| Powered UP Hub | 88009 | RGB LED
Button | 60197
60198
76112 |
-| Powered UP Remote | 28739 | RGB LED
Left and Right Control Buttons
Button | 60197
60198 |
+| Powered UP Remote | 88010 | RGB LED
Left and Right Control Buttons
Button | 60197
60198 |
| Duplo Train Base | 28743 | RGB LED/Headlights
Speaker
Speedometer
Motor
Color and Distance Sensor
Button | 10874
10875 |
diff --git a/package.json b/package.json
index f3ee788..9c09741 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "node-poweredup",
- "version": "1.4.4",
+ "version": "1.4.5",
"description": "A Node.js module to interface with LEGO Powered UP components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/index.js",