From 4cf223271fe482f4ef8baa57f01f0f7d73a6242e Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Sep 2016 20:49:21 +0100 Subject: [PATCH] Bump pxt-core to 0.3.100 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc87fa91..8106bec3 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "typescript": "^1.8.7" }, "dependencies": { - "pxt-core": "0.3.98" + "pxt-core": "0.3.100" } }