Skip to content

Commit

Permalink
Bump version for update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel16 committed Apr 19, 2021
1 parent 962445c commit c6c7370
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.10")
set(VITA_VERSION "01.20")

add_definitions(-DAPP_VERSION="${VITA_VERSION}")

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.10</str>
<str size="18" color="#ffffff" shadow="on">v1.20</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit c6c7370

Please sign in to comment.