From 2a4b240ca452f445c5877ee7aef1c451f10415e7 Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Fri, 30 Aug 2024 14:11:05 -0700 Subject: [PATCH] update --- package.json | 2 +- pxt.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e9e59c3..4001acf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pxt-microbit": "^7.0.19" + "pxt-microbit": "^7.1.2" } } diff --git a/pxt.json b/pxt.json index 86e2d74..c9eecef 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "MicroData", - "version": "0.12.00", + "version": "1.0.00", "description": "Data science with micro:bit v2", "dependencies": { "core": "*",