From 3280eaa3eadce4c405e7f0dfa277f17bd72b6e82 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 24 Jun 2025 15:50:32 -0400 Subject: [PATCH] Bump version to 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b5265d..69d926a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "miscel" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "MIT"