Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
alterakey committed Jan 28, 2025
1 parent 16a91aa commit 0191a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trueseeing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Trueseeing is a non-decompiling iOS/Android application vulnerability scanner."""
__version__ = '2.2.5'
__version__ = '2.2.6'

0 comments on commit 0191a38

Please sign in to comment.