app: Bump version to 1.27

This commit is contained in:
joel16 2024-05-11 22:00:38 -04:00
parent 839502ed39
commit 579132fee9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "VITA Homebrew Sorter") set(VITA_APP_NAME "VITA Homebrew Sorter")
set(VITA_TITLEID "VITAHBSRT") set(VITA_TITLEID "VITAHBSRT")
set(VITA_VERSION "01.26") set(VITA_VERSION "01.27")
add_definitions(-DAPP_VERSION="${VITA_VERSION}") add_definitions(-DAPP_VERSION="${VITA_VERSION}")
add_definitions( add_definitions(

View File

@ -28,7 +28,7 @@
<frame id="frame4"> <frame id="frame4">
<liveitem> <liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on"> <text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.26</str> <str size="18" color="#ffffff" shadow="on">v1.27</str>
</text> </text>
</liveitem> </liveitem>
</frame> </frame>