From d02864526cefb69b6daca40667e851d99c4c4730 Mon Sep 17 00:00:00 2001 From: chinosk <2248589280@qq.com> Date: Sat, 22 Mar 2025 11:58:27 +0000 Subject: [PATCH] bump version --- src/platformDefine.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platformDefine.hpp b/src/platformDefine.hpp index bc04413..d8c024e 100644 --- a/src/platformDefine.hpp +++ b/src/platformDefine.hpp @@ -11,7 +11,7 @@ #define LogMinVersion ANDROID_LOG_DEBUG -#define PLUGIN_VERSION "3.0.2" +#define PLUGIN_VERSION "3.0.3" #define ADD_HOOK(name, addr) \ name##_Addr = reinterpret_cast(addr); \