Skip to content

Commit 12af578

Browse files
committed
home.ts version update
1 parent 2a03781 commit 12af578

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

home.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ namespace microdata {
7474

7575
private drawVersion() {
7676
const font = bitmaps.font5
77+
const text = "v1.7.3"
7778
Screen.print(
78-
"v1.7.0",
79-
Screen.RIGHT_EDGE - font.charWidth * "v1.7.0".length,
79+
text,
80+
Screen.RIGHT_EDGE - (font.charWidth * text.length),
8081
Screen.BOTTOM_EDGE - font.charHeight - 2,
8182
0xb,
8283
font

0 commit comments

Comments
 (0)