diff --git a/git/shared.lua b/git/shared.lua index ea46db34..74375b7f 100644 --- a/git/shared.lua +++ b/git/shared.lua @@ -4,5 +4,5 @@ APP_REPO = "theheroGAC" APP_PROJECT = "Autoplugin" APP_VERSION_MAJOR = 0x04 -- major.minor -APP_VERSION_MINOR = 0x14 +APP_VERSION_MINOR = 0x15 APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary