Skip to content

Commit 9956c8e

Browse files
committed
update version
1 parent e3883a8 commit 9956c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<layout id="MainLayout">
22
<label text="@Strings.AppName" x="center" y="25" font="Gfx.FONT_XTINY" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
33
<label id="status" text="@Strings.PressStart" x="center" y="center" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" font="Gfx.FONT_MEDIUM" />
4-
<label text="@Strings.AppVersion" x="center" y="170" font="Gfx.FONT_XTINY" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
4+
<label text="@Strings.AppVersion" x="center" y="175" font="Gfx.FONT_XTINY" color="Gfx.COLOR_WHITE" justification="Gfx.TEXT_JUSTIFY_CENTER" />
55
</layout>

resources/strings/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<strings>
22
<string id="AppName">gimporter</string>
3-
<string id="AppVersion">V5.3</string>
3+
<string id="AppVersion">V5.4</string>
44
<string id="PressStart">Press Start/Menu</string>
55
<string id="GettingTracklist">Getting track list</string>
66
<string id="BluetoothDisconnected">Bluetooth disconnected</string>

0 commit comments

Comments
 (0)