diff --git a/AUTOPLUG2/git/shared.lua b/AUTOPLUG2/git/shared.lua index fbc2657c..cffc798d 100644 --- a/AUTOPLUG2/git/shared.lua +++ b/AUTOPLUG2/git/shared.lua @@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--Test APP_FOLDER = "AUTOPLUG2" APP_VERSION_MAJOR = 0x02 -- major.minor -APP_VERSION_MINOR = 0x06 +APP_VERSION_MINOR = 0x07 APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary diff --git a/AUTOPLUG2/sce_sys/livearea/contents/template.xml b/AUTOPLUG2/sce_sys/livearea/contents/template.xml index 087f44af..cbf27209 100644 --- a/AUTOPLUG2/sce_sys/livearea/contents/template.xml +++ b/AUTOPLUG2/sce_sys/livearea/contents/template.xml @@ -20,7 +20,7 @@ - v2.05 + v2.07 diff --git a/AUTOPLUG2/sce_sys/param.sfo b/AUTOPLUG2/sce_sys/param.sfo index 25c66a49..3138eb87 100644 Binary files a/AUTOPLUG2/sce_sys/param.sfo and b/AUTOPLUG2/sce_sys/param.sfo differ