From 35959134484439d1717e24bea081a1b37f22f72f Mon Sep 17 00:00:00 2001 From: chihya72 Date: Thu, 6 Aug 2026 18:08:52 +0800 Subject: [PATCH] bump version to v3.4.1 --- src/platformDefine.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platformDefine.hpp b/src/platformDefine.hpp index 7ef17cf..219fb10 100644 --- a/src/platformDefine.hpp +++ b/src/platformDefine.hpp @@ -11,7 +11,7 @@ #define LogMinVersion ANDROID_LOG_DEBUG -#define PLUGIN_VERSION "v3.4.0" +#define PLUGIN_VERSION "v3.4.1" #define ADD_HOOK(name, addr) \ name##_Addr = reinterpret_cast(addr); \