diff --git a/Cargo.toml b/Cargo.toml index 32225d1..6feda9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-structural-diff" -version = "0.1.0" +version = "0.2.0" authors = ["Luni-4 "] description = "A Rust JSON structural diff library" repository = "https://github.com/Luni-4/json-structural-diff" diff --git a/json-structural-diff-cli/Cargo.toml b/json-structural-diff-cli/Cargo.toml index 35fa9a8..40ff3c9 100644 --- a/json-structural-diff-cli/Cargo.toml +++ b/json-structural-diff-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-structural-diff-cli" -version = "0.1.0" +version = "0.2.0" authors = ["Luni-4 "] description = "A Rust JSON structural diff cli" repository = "https://github.com/Luni-4/json-structural-diff"