Skip to content

Commit

Permalink
Bump version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Feb 15, 2022
1 parent 07f481d commit 94592fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 94592fb

Please sign in to comment.