From 0191a3889d2a041bc9fa664afc9d7a6611fa27de Mon Sep 17 00:00:00 2001 From: Takahiro Yoshimura Date: Tue, 28 Jan 2025 14:12:14 +0900 Subject: [PATCH] Bumping version --- README.md | 2 +- trueseeing/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'