Skip to content

Commit

Permalink
Merge pull request #4 from theheroGAC/1.08
Browse files Browse the repository at this point in the history
v1.08
  • Loading branch information
theheroGAC authored Nov 18, 2018
2 parents 337f834 + 305c005 commit 4a52238
Show file tree
Hide file tree
Showing 5 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 = "Auto-Installer-vpk"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x07
APP_VERSION_MINOR = 0x08
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
Binary file modified resources/Autoplugin.vpk
Binary file not shown.
Binary file modified resources/pkgj.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.07</str>
<str size="18" color="#ffffff" shadow="on">v1.08</str>
</text>
</liveitem>
</frame>
Expand Down
Binary file modified sce_sys/param.sfo
Binary file not shown.

0 comments on commit 4a52238

Please sign in to comment.