diff --git a/git/shared.lua b/git/shared.lua
index 9242ff23..1adde9b9 100644
--- a/git/shared.lua
+++ b/git/shared.lua
@@ -4,5 +4,5 @@ APP_REPO = "theheroGAC"
APP_PROJECT = "Autoplugin"
APP_VERSION_MAJOR = 0x03 -- major.minor
-APP_VERSION_MINOR = 0x01
+APP_VERSION_MINOR = 0x02
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
diff --git a/resources/plugins/custom_warning.suprx b/resources/plugins/custom_warning.suprx
new file mode 100644
index 00000000..c1245fec
Binary files /dev/null and b/resources/plugins/custom_warning.suprx differ
diff --git a/resources/plugins/nolockscreen.suprx b/resources/plugins/nolockscreen.suprx
index f5b4faa1..bcc9c307 100644
Binary files a/resources/plugins/nolockscreen.suprx and b/resources/plugins/nolockscreen.suprx differ
diff --git a/resources/plugins/storagemgr.skprx b/resources/plugins/storagemgr.skprx
index 55ba72de..abe7166a 100644
Binary files a/resources/plugins/storagemgr.skprx and b/resources/plugins/storagemgr.skprx differ
diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml
index 81575e5b..9a920735 100644
--- a/sce_sys/livearea/contents/template.xml
+++ b/sce_sys/livearea/contents/template.xml
@@ -29,7 +29,7 @@
- v3.01
+ v3.02
diff --git a/sce_sys/param.sfo b/sce_sys/param.sfo
index 2d8cfe8e..89ce9c48 100644
Binary files a/sce_sys/param.sfo and b/sce_sys/param.sfo differ
diff --git a/scripts/autoplugin.lua b/scripts/autoplugin.lua
index c6074854..74423255 100644
--- a/scripts/autoplugin.lua
+++ b/scripts/autoplugin.lua
@@ -5,7 +5,7 @@ plugins = {
--Kernel
--{ name = "Gamesd by xyzz (Only in ur0:tai/config.txt)", path = "gamesd.skprx", section = "KERNEL", pos = 1, path2 = false, section2 = false, config = false },
-{ name = "PSVita-StorageMgr by CelesteBlue v2.1", path = "storagemgr.skprx", section = "KERNEL", pos = 1, path2 = false, section2 = false, config = "storage_config.txt" },
+{ name = "PSVita-StorageMgr by CelesteBlue v3.0", path = "storagemgr.skprx", section = "KERNEL", pos = 1, path2 = false, section2 = false, config = "storage_config.txt" },
{ name = "NoNpDrm by TheOfficialFloW", path = "nonpdrm.skprx", section = "KERNEL", pos = false, path2 = false, section2 = false, config = false },
{ name = "NoPsmDrm by frangarcj", path = "nopsmdrm.skprx", section = "KERNEL", pos = false, path2 = false, section2 = false, config = false },
@@ -19,8 +19,9 @@ plugins = {
--Main
{ name = "Download Enabler by TheOfficialFloW (VitaTweaks)", path = "download_enabler.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
-{ name = "NoLockScreen by TheOfficialFloW (VitaTweaks)", path = "nolockscreen.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
+{ name = "NoLockScreen v2 by TheOfficialFloW (VitaTweaks)", path = "nolockscreen.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "NoTrophyMsg by TheOfficialFloW (VitaTweaks)", path = "notrophymsg.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
+{ name = "Custom Warning v2 by TheOfficialFloW (VitaTweaks)", path = "custom_warning.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "Shellbat by nowrep v0.9", path = "shellbat.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "Shellsecbat by OperationNT414C v0.9", path = "shellsecbat.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },
{ name = "pngshot by xyzz v1.2", path = "pngshot.suprx", section = "main", pos = false, path2 = false, section2 = false, config = false },