From c1bd5237e0d56cc6e4bc01d28048c4cb744be3ad Mon Sep 17 00:00:00 2001 From: Rob Wilson Date: Wed, 11 Nov 2020 18:26:56 +0000 Subject: [PATCH] Update pxt.json --- pxt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxt.json b/pxt.json index 95a4450..daf2e28 100644 --- a/pxt.json +++ b/pxt.json @@ -1,7 +1,7 @@ { "name": "pxt-DS3231", "description": "Extension for DS3231 RTC", - "version": "1.1.1", + "version": "1.0.1", "dependencies": { "core": "*", "radio": "*"