diff --git a/Cargo.lock b/Cargo.lock index 82afd49..007c1e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -828,7 +828,7 @@ dependencies = [ [[package]] name = "sthp" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 82b2499..d1e67d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sthp" -version = "0.3.0" +version = "0.4.0" license = "MIT" authors = ["Karan Gauswami "] edition = "2021"