Skip to content

Commit 46565d0

Browse files
committed
0.0.40
1 parent f2af426 commit 46565d0

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

pxt.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "MicroGUI",
3-
"version": "0.0.39",
4-
"description": "",
5-
"dependencies": {
6-
"core": "*",
7-
"radio": "*",
8-
"microphone": "*",
9-
"datalogger": "*",
10-
"user-interface-base": "github:microbit-apps/user-interface-base#v0.0.33"
11-
},
12-
"files": [
13-
"app.ts",
14-
"analytics.ts",
15-
"inputMethods.ts",
16-
"graphableFunction.ts",
17-
"guiComponents.ts"
18-
],
19-
"testFiles": [
20-
"test.ts"
21-
],
22-
"targetVersions": {
23-
"target": "7.1.15",
24-
"targetId": "microbit"
25-
},
26-
"supportedTargets": [
27-
"microbit"
28-
],
29-
"preferredEditor": "blocksprj"
2+
"name": "MicroGUI",
3+
"version": "0.0.40",
4+
"description": "",
5+
"dependencies": {
6+
"core": "*",
7+
"radio": "*",
8+
"microphone": "*",
9+
"datalogger": "*",
10+
"user-interface-base": "github:microbit-apps/user-interface-base#v0.0.33"
11+
},
12+
"files": [
13+
"app.ts",
14+
"analytics.ts",
15+
"inputMethods.ts",
16+
"graphableFunction.ts",
17+
"guiComponents.ts"
18+
],
19+
"testFiles": [
20+
"test.ts"
21+
],
22+
"targetVersions": {
23+
"target": "7.1.15",
24+
"targetId": "microbit"
25+
},
26+
"supportedTargets": [
27+
"microbit"
28+
],
29+
"preferredEditor": "blocksprj"
3030
}

0 commit comments

Comments
 (0)