From 60e6803c06f811e684a364937b2e70da0b9a7117 Mon Sep 17 00:00:00 2001 From: Shorts1999 <53516987+Shorts1999@users.noreply.github.com> Date: Fri, 11 Dec 2020 12:19:43 +0100 Subject: [PATCH] 1.0.3 --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 097730f..1b19790 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "pxt-smartmatrix", - "version": "1.0.2", + "version": "1.0.3", "description": "An extension for controlling Neopixel LED matrices", "dependencies": { "core": "*",