Skip to content

Commit

Permalink
1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
theheroGAC authored Sep 14, 2018
1 parent 6d70311 commit 4feb1ee
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 = "Auto-Installer-vpk"

APP_VERSION_MAJOR = 0x01 -- major.minor
APP_VERSION_MINOR = 0x04
APP_VERSION_MINOR = 0x05
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.04</str>
<str size="18" color="#ffffff" shadow="on">v1.05</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit 4feb1ee

Please sign in to comment.