diff --git a/git/shared.lua b/git/shared.lua index b1a6c2d..a06c952 100644 --- a/git/shared.lua +++ b/git/shared.lua @@ -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 diff --git a/resources/VitaShell.vpk b/resources/VitaShell.vpk index 357fc94..eb0d9cd 100644 Binary files a/resources/VitaShell.vpk and b/resources/VitaShell.vpk differ diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index ab4f3e0..1e114dc 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -29,7 +29,7 @@ - v1.00 + v1.01 diff --git a/sce_sys/param.sfo b/sce_sys/param.sfo index 33ffb2d..8b95ce2 100644 Binary files a/sce_sys/param.sfo and b/sce_sys/param.sfo differ