Skip to content

Commit

Permalink
✨ Update version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dollarkillerx committed Aug 3, 2021
1 parent 5fb8e2e commit adf29c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blackwater"
version = "1.0.0"
version = "1.0.1"
authors = ["dollarkillerx <adapawang@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Blaskwate rust port scanner tool

Scan all ports in one second, basically no missing
### Install
`sudo curl -L "https://cdn.jsdelivr.net/gh/dollarkillerx/st/blackwater/v1.0.0/blackwater" -o /usr/local/bin/blackwater`
`sudo curl -L "https://cdn.jsdelivr.net/gh/dollarkillerx/st/blackwater/v1.0.1/blackwater" -o /usr/local/bin/blackwater`

`sudo chmod +x /usr/local/bin/blackwater`

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub const LOGO: &str = r"
░ ░ ░ ░ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░ ░
Black Water
Black Water v1.0.1
Asynchronous Port Scanner written in rust
https://github.com/dollarkillerx/blackwater
";
Expand Down

0 comments on commit adf29c4

Please sign in to comment.