From 699cc85897fc96a1c6aa82a56661fbfd6e7ac9e8 Mon Sep 17 00:00:00 2001 From: Ferrah Aiko Wolf Date: Sat, 3 Sep 2022 10:46:32 -0300 Subject: [PATCH] version 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7549bb..09730a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imageboard_downloader" authors = ["Ferrah Aiko Wolf "] -version = "0.28.0" +version = "1.0.0" edition = "2021" description = "Cli utility to bulk download images from popular imageboard sites (Boorus) using their APIs" license = "MIT"