From b9df3fc76f6bf11c3e40d70b8d6c0c94b2f29d9e Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 16 Jan 2024 12:07:46 +0100 Subject: [PATCH] bump minor version --- mers_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mers_lib/Cargo.toml b/mers_lib/Cargo.toml index 06598d0..4c7b404 100755 --- a/mers_lib/Cargo.toml +++ b/mers_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mers_lib" -version = "0.3.3" +version = "0.3.4" edition = "2021" license = "MIT OR Apache-2.0" description = "library to use the mers language in other projects"