Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Jul 27, 2023
1 parent 8fe8230 commit 25ceca4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "spytrap-adb"
version = "0.1.0"
authors = ["user"]
version = "0.2.0"
description = "Test a phone for stalkerware using adb and usb debugging to scan for suspicious apps and configuration"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0-or-later"
repository = "https://github.com/spytrap-org/spytrap-adb"
categories = ["command-line-utilities"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There's an interactive UI when running the command with no arguments:
./spytrap-adb
```

Enable usb debugging on the device and connect the android device to the computer.
Enable usb debugging on the phone and connect it to the computer over usb.

You can also invoke some commands directly for non-interactive use:

Expand Down

0 comments on commit 25ceca4

Please sign in to comment.