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."