From 0f57a0f0b64f17abbf5a6a499687391c044eda14 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Mon, 9 Dec 2024 21:18:24 +0100 Subject: [PATCH] misc: Update version --- json-structural-diff-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"