From 58eece34183f0e80d245119802dd21aa7c4b01ff Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Tue, 9 Jul 2024 16:14:30 +0200 Subject: [PATCH] Bump to 0.2.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa30597..320bc83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/whisperfish/blurhash-rs" readme = "README.md" keywords = ["blurhash", "image"] license = "Apache-2.0/MIT" -version = "0.2.1" +version = "0.2.2" authors = ["Ruben De Smet ", "Raincal "] edition = "2018"