From 066ceab15e72b594b4306cd21d65a8f63700b38f Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Fri, 15 Mar 2024 14:10:36 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02f9b8e..c7afa1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tagged-base64" -version = "0.3.5" +version = "0.4.0" authors = ["Espresso Systems "] edition = "2021" description = "User-oriented format for binary data. Tagged Base64 is intended to be used in user interfaces including URLs and text to be copied and pasted without the need for additional encoding, such as quoting or escape sequences."