diff --git a/Cargo.lock b/Cargo.lock index 62df850..36477df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,7 +282,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "dify" -version = "0.4.1-alpha.0" +version = "0.5.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index ef35180..666a183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dify" authors = ["Jihchi Lee "] -version = "0.4.1-alpha.0" +version = "0.5.1" description = "A fast pixel-by-pixel image comparison tool in Rust" homepage = "https://github.com/jihchi/dify" documentation = "https://docs.rs/dify"