From 8a61d16f91eb853eb452823f142dcaac09afa2d1 Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Fri, 13 Nov 2020 11:02:29 -0500 Subject: [PATCH] Update pxt.json Sync all proper versions of the dependencies --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index bf97477..228875b 100644 --- a/pxt.json +++ b/pxt.json @@ -1,11 +1,11 @@ { "name": "giggle", - "version": "2.0.1", + "version": "2.0.3", "dependencies": { "core": "*", "radio": "*", "neopixel": "github:microsoft/pxt-neopixel#v0.7.3", - "gigglebot": "github:cleoqc/pxt-gigglebot#v2.0.2", + "gigglebot": "github:cleoqc/pxt-gigglebot#v2.0.3", "radio-broadcast": "*" }, "description": "GiggleBot is a microbit rover by Dexter Industries, it offers a total of 9 neopixels, 2 line sensors, 2 light sensors, and 2 servos",