From fe83d1b3eea80c83c0e4234b6a15ef237b8123ff Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Mon, 17 Oct 2022 00:51:38 +0100 Subject: [PATCH] Version bump to v0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4300672..8417cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qoi" -version = "0.4.0" +version = "0.4.1" description = "VERY fast encoder/decoder for QOI (Quite Okay Image) format" authors = ["Ivan Smirnov "] edition = "2021"