From 3ea33acce9d00acc92d2ca2cb0cb8c1d6d1f49f4 Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Tue, 30 Jul 2019 16:16:05 +0800 Subject: [PATCH] update pxt version --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 667a182..a4ada0a 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "Grove", - "version": "0.1.0", + "version": "0.1.1", "description": "A Microsoft MakeCode package for Seeed Studio Grove module", "license": "MIT", "dependencies": { @@ -15,4 +15,4 @@ "test.ts" ], "public": true -} \ No newline at end of file +}