From 8622794a55047b6c851267f9665813b525ec24f5 Mon Sep 17 00:00:00 2001 From: Sabas Date: Fri, 25 Sep 2020 11:54:10 -0500 Subject: [PATCH] Update pxt.json --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index b330e3d..e0d84b4 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "airQuality", - "version": "0.1.3", + "version": "0.1.4", "description": "Sensor CCS811 for airQuality", "license": "MIT", "dependencies": { @@ -19,4 +19,4 @@ ], "preferredEditor": "tsprj" -} \ No newline at end of file +}