diff --git a/README.md b/README.md index a8384f75..b19e44d3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Finally if you would like to use plain old installation (e.g. for interacting wi With trueseeing you can interactively examine/analyze/patch/etc. apks -- making it the ideal choice for manual analysis: $ docker run -it --rm -v $(pwd):/out -v ts2:/cache ghcr.io/alterakey/trueseeing --inspect target.apk - [+] trueseeing 2.1.9 [inspect mode] + [+] trueseeing 2.1.10 [inspect mode] ts[target.apk]> ? ... ts[target.apk]> aa diff --git a/trueseeing/__init__.py b/trueseeing/__init__.py index 11dce9d4..ce63dd8e 100644 --- a/trueseeing/__init__.py +++ b/trueseeing/__init__.py @@ -1,2 +1,2 @@ """Trueseeing is a non-decompiling Android application vulnerability scanner.""" -__version__ = '2.1.9' +__version__ = '2.1.10'