From 567bc2165e3d7c4fef8f226e74366ecd8f86a327 Mon Sep 17 00:00:00 2001 From: Nathan Kiesman Date: Mon, 13 Nov 2023 17:54:49 -0500 Subject: [PATCH] Bump version for cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8d5a8..10ac1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mop3" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = ["Nathan Kiesman "] license = "MIT"