diff --git a/Cargo.lock b/Cargo.lock index eefe316..1b70683 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,7 +1106,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wfcache-api" -version = "0.9.5" +version = "1.0.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 17a073a..1d4d73a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wfcache-api" -version = "0.9.5" +version = "1.0.0" edition = "2021" authors = ["Youn Mélois "] repository = "https://github.com/sehnryr/wfcache-api"