From 77fc710baf766dad35019fa6ad269126699e2f5f Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Mon, 1 May 2023 15:00:38 -0500 Subject: [PATCH] chore: increase version to v1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34dfff7..ea2079f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dipc" -version = "0.5.0" +version = "1.0.0" edition = "2021" description = "Convert your favorite images and wallpapers with your favorite color palettes/themes" homepage = "https://github.com/doprz/dipc"