Skip to content

Commit 0bbceca

Browse files
Bump extension to version that includes help docs (#574)
1 parent 181a0d3 commit 0bbceca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/makecode/__snapshots__/utils.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5278,7 +5278,7 @@ ml.onStart(ml.event.Clap, function () {
52785278
basic.showIcon(IconNames.EighthNote)
52795279
})
52805280
",
5281-
"pxt.json": "{"name":"A project name","description":"","dependencies":{"core":"*","microphone":"*","radio":"*","machine-learning":"github:microbit-foundation/pxt-microbit-ml#v1.0.2"},"files":["main.ts","main.blocks","autogenerated.ts","dataset.json","pxt.json","README.md"],"preferredEditor":"blocksprj"}",
5281+
"pxt.json": "{"name":"A project name","description":"","dependencies":{"core":"*","microphone":"*","radio":"*","machine-learning":"github:microbit-foundation/pxt-microbit-ml#v1.0.3"},"files":["main.ts","main.blocks","autogenerated.ts","dataset.json","pxt.json","README.md"],"preferredEditor":"blocksprj"}",
52825282
},
52835283
}
52845284
`;

src/makecode/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const filenames = {
2626

2727
// Exported for testing.
2828
export const extensionName = "machine-learning";
29-
const extensionURL = "github:microbit-foundation/pxt-microbit-ml#v1.0.2";
29+
const extensionURL = "github:microbit-foundation/pxt-microbit-ml#v1.0.3";
3030

3131
export const pxt = {
3232
name: untitledProjectName,

0 commit comments

Comments
 (0)