From 13443027f187c24ac6d962899e6234fee49f8062 Mon Sep 17 00:00:00 2001 From: kiliansinger Date: Tue, 12 Jul 2022 18:14:43 +0200 Subject: [PATCH] Update pxt.json --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 9883d01..93e49b9 100644 --- a/pxt.json +++ b/pxt.json @@ -1,12 +1,12 @@ { "name": "Joy-Car", - "version": "1.0.12", + "version": "1.0.13", "description": "MakeCode package for Joy-IT Joy-Car with bluetooth", "license": "MIT", "dependencies": { "core": "*", "bluetooth": "*", - "neopixel": "github:microsoft/pxt-neopixel#v0.7.3" + "neopixel": "github:kiliansinger/pxt-neopixel#v0.7.4" }, "files": [ "README.md",