diff --git a/docs/index-ref.json b/docs/index-ref.json index 8ac88a865a..4acdd32890 100644 --- a/docs/index-ref.json +++ b/docs/index-ref.json @@ -1,3 +1,3 @@ { - "appref": "v1.12.56" + "appref": "v1.12.57" } diff --git a/package.json b/package.json index 1977408427..3fb3775e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pxt-arcade", - "version": "2.0.3", + "version": "2.0.4", "description": "Small arcade editor for MakeCode", "keywords": [ "JavaScript", @@ -31,8 +31,8 @@ "typescript": "4.8.3" }, "dependencies": { - "pxt-common-packages": "11.1.6", - "pxt-core": "10.2.7" + "pxt-common-packages": "12.1.1", + "pxt-core": "11.2.20" }, "optionalDependencies": { "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"