Skip to content

Commit 959ed1e

Browse files
authored
v1.25
1 parent da42d99 commit 959ed1e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

AUTOPLUG2/git/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--"TEST"--
44
APP_FOLDER = "AUTOPLUG2"
55

66
APP_VERSION_MAJOR = 0x01 -- major.minor
7-
APP_VERSION_MINOR = 0x24
7+
APP_VERSION_MINOR = 0x25
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/sce_sys/livearea/contents/template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<frame id="frame3">
2121
<liveitem>
2222
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
23-
<str size="26" color="#ffffff" shadow="on">v1.24</str>
23+
<str size="26" color="#ffffff" shadow="on">v1.25</str>
2424
</text>
2525
</liveitem>
2626
</frame>

AUTOPLUG2/sce_sys/param.sfo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)