diff --git a/Cargo.lock b/Cargo.lock index 4ff8bf5..da97762 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "dify" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index ff17f81..27e352e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dify" authors = ["Jihchi Lee "] -version = "0.6.0" +version = "0.7.0" description = "A fast pixel-by-pixel image comparison tool in Rust" homepage = "https://github.com/jihchi/dify" documentation = "https://docs.rs/dify"