From c0767581b15d006eafd7c00cb35e82e632cec6c6 Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Sun, 23 Apr 2023 12:50:45 -0500 Subject: [PATCH] chore: increase version to v0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7232388..33a19c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dipc" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Convert your favorite images and wallpapers with your favorite color palettes/themes" homepage = "https://github.com/doprz/dipc"