Skip to content

Commit befb2db

Browse files
committed
Updated version of jnitrace-engine used
1 parent 4695184 commit befb2db

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# jnitrace Change Log
22

3+
## 3.0.1
4+
- Updated version of jnitrace-engine to get new bug fixes
5+
36
## 3.0.0
47
- Extracted the engine in jnitrace to a new project so that the API can be used by developers
58

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jnitrace",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A tool for tracing use of the JNI in Android apps",
55
"private": true,
66
"main": "jnitrace/src/main.js",
@@ -11,7 +11,7 @@
1111
"lint": "eslint jnitrace/src/**/*.ts"
1212
},
1313
"dependencies": {
14-
"jnitrace-engine": "^1.0.1"
14+
"jnitrace-engine": "^1.0.2"
1515
},
1616
"devDependencies": {
1717
"@types/frida-gum": "^13.0.0",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='jnitrace',
11-
version='3.0.0',
11+
version='3.0.1',
1212
description='A tool for tracing use of the JNI in Android apps',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)