From 4d58df5d154a246aa009cb3064e69187b5a1a0b9 Mon Sep 17 00:00:00 2001 From: G2 <ke0bhogsg@gmail.com> Date: Fri, 4 Oct 2024 12:36:22 -0400 Subject: [PATCH] Bumped version - v0.1.2 --- utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Cargo.toml b/utils/Cargo.toml index d37dc3a..4e726fc 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utils" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "GPL-3.0-or-later" authors.workspace = true