diff --git a/README.md b/README.md index 18103ee..82fdf2b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Alternatively, you can install our package with pip as follows. This form of ins You can interactively scan/analyze/patch/etc. apps -- making it the ideal choice for manual analysis: $ trueseeing target.apk - [+] trueseeing 2.2.5 + [+] trueseeing 2.2.6 ts[target.apk]> ? ... ts[target.apk]> i # show generic information diff --git a/trueseeing/__init__.py b/trueseeing/__init__.py index 201d692..add8af9 100644 --- a/trueseeing/__init__.py +++ b/trueseeing/__init__.py @@ -1,2 +1,2 @@ """Trueseeing is a non-decompiling iOS/Android application vulnerability scanner.""" -__version__ = '2.2.5' +__version__ = '2.2.6'