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