diff --git a/git/shared.lua b/git/shared.lua
index f75b6b9..9737e6b 100644
--- a/git/shared.lua
+++ b/git/shared.lua
@@ -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
diff --git a/resources/Autoplugin.vpk b/resources/Autoplugin.vpk
index ec0119c..a17e5a8 100644
Binary files a/resources/Autoplugin.vpk and b/resources/Autoplugin.vpk differ
diff --git a/resources/pkgj.vpk b/resources/pkgj.vpk
index 276944f..b828335 100644
Binary files a/resources/pkgj.vpk and b/resources/pkgj.vpk differ
diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml
index c48248c..95d860a 100644
--- a/sce_sys/livearea/contents/template.xml
+++ b/sce_sys/livearea/contents/template.xml
@@ -29,7 +29,7 @@
- v1.04
+ v1.05