Compare commits

...

3 Commits

Author SHA1 Message Date
r-tx
b026f6eb65
Merge 6a6813c0af into ad3bc3470e 2024-01-04 12:20:10 -08:00
Rory Flynn
ad3bc3470e
Mark release 2.5.0 (#445) 2024-01-04 20:08:42 +01:00
r-tx
6a6813c0af change vt flag to -V 2023-12-20 23:18:39 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ def version():
is_flag=True,
help="Extract all packages installed on the phone, including system packages",
)
@click.option("--virustotal", "-v", is_flag=True, help="Check packages on VirusTotal")
@click.option("--virustotal", "-V", is_flag=True, help="Check packages on VirusTotal")
@click.option(
"--output",
"-o",

View File

@ -3,4 +3,4 @@
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
MVT_VERSION = "2.4.5"
MVT_VERSION = "2.5.0"