From 755e127743ab5e26b4a3009c6119dc0887f83b2c Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 6 Feb 2024 00:27:47 -0300 Subject: [PATCH] update: version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43c0eb5..d4909a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "merkletreers" -version = "0.4.1" +version = "1.0.0" edition = "2021" description = "🌳 The simple and easy implementation of Merkle Tree" authors = ["Lucas Oliveira "]