Skip to content

Commit 336f62b

Browse files
package: Update version to 0.9.2
1 parent 7b1a7c3 commit 336f62b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hideGenerator": false,
1717
"theme": "./node_modules/typedoc-neo-theme/bin/default",
1818
"source": [{
19-
"path": "https://github.com/microbit-foundation/microbit-fs/tree/v0.9.1/src/",
19+
"path": "https://github.com/microbit-foundation/microbit-fs/tree/v0.9.2/src/",
2020
"line": "L"
2121
}],
2222
"customStyles": [{

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microbit/microbit-fs",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Manipulate files in a micro:bit MicroPython Intel Hex file.",
55
"keywords": [
66
"microbit",

0 commit comments

Comments
 (0)