Skip to content

Commit

Permalink
V1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Aug 12, 2018
1 parent 5f4e8de commit 582e4e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git/shared.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ APP_REPO = "theheroGAC"
APP_PROJECT = "Autovpk"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x00
APP_VERSION_MINOR = 0x01
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
Binary file modified resources/VitaShell.vpk
Binary file not shown.
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v1.00</str>
<str size="18" color="#ffffff" shadow="on">v1.01</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.

0 comments on commit 582e4e8

Please sign in to comment.