Skip to content

Commit

Permalink
merged Frida 14 upgrade and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
chame1eon committed Nov 3, 2020
1 parent 69bb287 commit 7ebf8ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# jnitrace Change Log

## 3.1.0
- Support for Frida 14 and QuickJS - Thanks oleavr
- Fixed linting errors from new typescript version

## 3.0.8
- Changed the required version of Frida in the setup.py file to be 12.5.0

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": "jnitrace",
"version": "3.0.8",
"version": "3.1.0",
"description": "A tool for tracing use of the JNI in Android apps",
"private": true,
"main": "jnitrace/src/main.js",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='jnitrace',
version='3.0.8',
version='3.1.0',
description='A tool for tracing use of the JNI in Android apps',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -33,7 +33,7 @@
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
python_requires='>=3.0, <4',
install_requires=[
'frida>=12.5.0',
'frida>=14.0.5',
'colorama',
'hexdump'
],
Expand Down

0 comments on commit 7ebf8ec

Please sign in to comment.