From 5aa62b016e454d42ef6fe582438181d48bc689c9 Mon Sep 17 00:00:00 2001 From: hogan96 <40231510+hogan96@users.noreply.github.com> Date: Sun, 13 Nov 2022 13:21:20 +0800 Subject: [PATCH] Update pxt.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更换依赖库位mouduleplus --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index c79be17..ac4db69 100644 --- a/pxt.json +++ b/pxt.json @@ -1,12 +1,12 @@ { "name": "robotbit", - "version": "0.4.3", + "version": "0.4.4", "description": "Extension for Kittenbot Robotbit", "license": "MIT", "dependencies": { "core": "*", "neopixel": "github:kittenbot/pxt-neopixel", - "SensorPlus": "github:kittenbothk/pxt-SensorPlus" + "SensorPlus": "github:kittenbothk/pxt-moduleplus" }, "files": [ "README.md",