Skip to content

Commit

Permalink
Release r2frida-2.5.1 with support for Frida 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed May 9, 2018
1 parent 667963e commit 79481be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include config.mk

r2_version = 2.5.0
frida_version = 11.0.0
frida_version = 11.0.1

ifeq ($(strip $(frida_os)),)
ifeq ($(shell uname -o 2> /dev/null),Android)
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": "r2frida-agent",
"version": "2.5.0",
"version": "2.5.1",
"description": "Agent for frida:// io plugin",
"private": true,
"main": "src/agent/index.js",
Expand Down

0 comments on commit 79481be

Please sign in to comment.