Skip to content

Commit

Permalink
app: Bump version to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed May 12, 2024
1 parent 839502e commit 579132f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include("${VITASDK}/share/vita.cmake" REQUIRED)

set(VITA_APP_NAME "VITA Homebrew Sorter")
set(VITA_TITLEID "VITAHBSRT")
set(VITA_VERSION "01.26")
set(VITA_VERSION "01.27")

add_definitions(-DAPP_VERSION="${VITA_VERSION}")
add_definitions(
Expand Down
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<frame id="frame4">
<liveitem>
<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>
</liveitem>
</frame>
Expand Down

0 comments on commit 579132f

Please sign in to comment.