We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f5023 commit cea8fa7Copy full SHA for cea8fa7
1 file changed
home.ts
@@ -75,8 +75,8 @@ namespace microdata {
75
private drawVersion() {
76
const font = bitmaps.font5
77
Screen.print(
78
- "v1.6.0",
79
- Screen.RIGHT_EDGE - font.charWidth * "v1.6.0".length,
+ "v1.7.0",
+ Screen.RIGHT_EDGE - font.charWidth * "v1.7.0".length,
80
Screen.BOTTOM_EDGE - font.charHeight - 2,
81
0xb,
82
font
0 commit comments