Skip to content

Commit

Permalink
Upgrade to Frida 9.1.14 and release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Mar 8, 2017
1 parent 16b5db2 commit 8eb803a
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,6 +1,6 @@
include config.mk

frida_version = 9.1.8
frida_version = 9.1.14
frida_os := $(shell uname -s | tr '[A-Z]' '[a-z]' | sed 's,^darwin$$,mac,')
frida_arch := $(shell uname -m | sed 's,i[0-9]86,i386,g')
frida_os_arch := $(frida_os)-$(frida_arch)
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": "1.8.0",
"version": "1.9.0",
"description": "Agent for frida:// io plugin",
"private": true,
"main": "src/agent/index.js",
Expand Down

0 comments on commit 8eb803a

Please sign in to comment.