Skip to content

Commit cea8fa7

Browse files
committed
home.ts: version update
1 parent 86f5023 commit cea8fa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

home.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ namespace microdata {
7575
private drawVersion() {
7676
const font = bitmaps.font5
7777
Screen.print(
78-
"v1.6.0",
79-
Screen.RIGHT_EDGE - font.charWidth * "v1.6.0".length,
78+
"v1.7.0",
79+
Screen.RIGHT_EDGE - font.charWidth * "v1.7.0".length,
8080
Screen.BOTTOM_EDGE - font.charHeight - 2,
8181
0xb,
8282
font

0 commit comments

Comments
 (0)