From 94592fb16fc03799f5de9c229ab7ff344045f9ab Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Tue, 15 Feb 2022 21:32:09 +0100 Subject: [PATCH] Bump version to 0.7.5 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2394a3d..770e52c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ However, only Android and Linux are tested: expect breakage if you are using ano ## Changelog +### 0.7.5 +- Fix #66 and #95. + ### 0.7.4 - `Il2Cpp.Method::restoreImplementation` was renamed to `Il2Cpp.Method::revert`. - `Il2Cpp.Tracer` api change: diff --git a/package.json b/package.json index e86a171..7c3e301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frida-il2cpp-bridge", - "version": "0.7.4", + "version": "0.7.5", "description": "A Frida module to dump, trace or hijack any Il2Cpp application at runtime, without needing the global-metadata.dat file.", "keywords": [ "frida",