From 9f69c9b93de633b20074dd6370178f7e003cbc13 Mon Sep 17 00:00:00 2001 From: Nathan Kellenicki Date: Sat, 1 Sep 2018 19:30:04 -0700 Subject: [PATCH] Updated readme for duplo train base --- ABOUT.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ABOUT.md b/ABOUT.md index 308f172..99cd6f6 100644 --- a/ABOUT.md +++ b/ABOUT.md @@ -2,7 +2,7 @@ ### 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 - starting with LEGO WeDo 2.0 released in 2016, LEGO Boost released in 2017, and LEGO Powered UP released in 2018. +LEGO Powered UP is the successor to Power Functions, the system for adding electronics to LEGO models. Powered UP is a collection of ranges - starting with LEGO WeDo 2.0 released in 2016, LEGO Boost released in 2017, and LEGO Powered UP released in 2018. It also includes the 2018 Duplo App-Controlled Train sets. Powered UP has a few improvements over Power Functions: diff --git a/README.md b/README.md index f13baec..ac984a2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### 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 - starting with LEGO WeDo 2.0 released in 2016, LEGO Boost released in 2017, and LEGO Powered UP released in 2018. +LEGO Powered UP is the successor to Power Functions, the system for adding electronics to LEGO models. Powered UP is a collection of ranges - starting with LEGO WeDo 2.0 released in 2016, LEGO Boost released in 2017, and LEGO Powered UP released in 2018. It also includes the 2018 Duplo App-Controlled Train sets. Powered UP has a few improvements over Power Functions: diff --git a/package.json b/package.json index 7b9fa29..b64b33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poweredup", - "version": "1.1.3", + "version": "1.1.4", "description": "A Node.js module to interface with LEGO Powered UP components.", "homepage": "https://github.com/nathankellenicki/node-poweredup/", "main": "dist/poweredup.js",