From 7079369118ef1c2a62e8ff6d0339e004c532a0b5 Mon Sep 17 00:00:00 2001 From: Sarah Rietkerk <49178322+srietkerk@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:54:30 -0700 Subject: [PATCH] Bump 0.0.10 (#7) Bumping for newest thumbnail --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 9ab7fe0..7d2fd3b 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "microturtle", - "version": "0.0.9", + "version": "0.0.10", "dependencies": { "core": "*" }, @@ -13,4 +13,4 @@ "tests.ts" ], "public": true -} \ No newline at end of file +}