Skip to content

Commit

Permalink
Bump version to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vfsfitvnm committed Feb 18, 2022
1 parent d67d8fd commit 3dce8b6
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.7
- Fix #107

### 0.7.6
- Move `I2Cpp.Thread::current` to `Il2Cpp::currentThread`.
- Move `I2Cpp.Thread::all` to `Il2Cpp::attachedThreads`.
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.6",
"version": "0.7.7",
"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 3dce8b6

Please sign in to comment.