diff --git a/Cargo.lock b/Cargo.lock index 5c7fe44..23c6f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "baywatch" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index af73626..705f78e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baywatch" -version = "0.0.2" +version = "0.0.3" edition = "2021" repository = "https://github.com/konradmalik/baywatch" authors = ["Konrad Malik "]