From 13bdae30efcc4a12d63d4e0ebba3eb9fd2685c20 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Mon, 9 Dec 2024 21:20:44 +0100 Subject: [PATCH] misc: Update version --- Cargo.toml | 2 +- json-structural-diff-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"