diff --git a/git/shared.lua b/git/shared.lua
index e000ed8..e7809ad 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 = 0x12
+APP_VERSION_MINOR = 0x15
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
diff --git a/resources/Adrenaline.vpk b/resources/Adrenaline.vpk
index 110a44e..178f733 100644
Binary files a/resources/Adrenaline.vpk and b/resources/Adrenaline.vpk differ
diff --git a/resources/AdrenalineBubbleManager.vpk b/resources/AdrenalineBubbleManager.vpk
new file mode 100644
index 0000000..8652784
Binary files /dev/null and b/resources/AdrenalineBubbleManager.vpk differ
diff --git a/resources/Autoplugin.vpk b/resources/Autoplugin.vpk
index 691554b..278ec7b 100644
Binary files a/resources/Autoplugin.vpk and b/resources/Autoplugin.vpk differ
diff --git a/resources/Tubevita.vpk b/resources/Tubevita.vpk
new file mode 100644
index 0000000..6b16f22
Binary files /dev/null and b/resources/Tubevita.vpk differ
diff --git a/resources/autovpk.lua b/resources/autovpk.lua
index df0a899..df71609 100644
--- a/resources/autovpk.lua
+++ b/resources/autovpk.lua
@@ -3,6 +3,8 @@
game.install("resources/Adrenaline.vpk")
game.install("resources/pkgj.vpk")
game.install("resources/Autoplugin.vpk")
+game.install("resources/Tubevita.vpk")
+game.install("resources/AdrenalineBubbleManager.vpk")
os.message("Your PSVita will restart...\nThe vpk have been installed",0)
os.delay(2500)
buttons.homepopup(1)
diff --git a/resources/pkgj.vpk b/resources/pkgj.vpk
index cb80539..f2c777b 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 3a59e39..8362e9f 100644
--- a/sce_sys/livearea/contents/template.xml
+++ b/sce_sys/livearea/contents/template.xml
@@ -29,7 +29,7 @@
- v1.12
+ v1.15
diff --git a/sce_sys/param.sfo b/sce_sys/param.sfo
index 3833522..08c8837 100644
Binary files a/sce_sys/param.sfo and b/sce_sys/param.sfo differ