From d4a573c0c6fc07146403ba9ba440fd0180557534 Mon Sep 17 00:00:00 2001 From: Emilia Date: Fri, 29 Dec 2023 20:41:14 -0500 Subject: [PATCH] Increment version number to 0.2.0 This version is NOT compatible with files from v0.1.0! The incompatibility was caused by a change from v4 UUIDs to v6 UUIDs. This was changed to permit better color consistency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 435d474..cc87d26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plate-tool" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html