diff --git a/Cargo.lock b/Cargo.lock index a5f6562..2f91105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,7 +1566,7 @@ dependencies = [ [[package]] name = "wthrr" -version = "1.0.0-rc" +version = "1.0.0-rc.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index d3954e4..4b67434 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wthrr" -version = "1.0.0-rc" +version = "1.0.0-rc.1" authors = ["Turiiya "] edition = "2021" license = "MIT"