From 257e8ef15535706270a9f3e460e1970fdd007b25 Mon Sep 17 00:00:00 2001 From: Dave <86922268+jackskelt@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:29:45 -0300 Subject: [PATCH] v0.2.0-alpha --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0610cb8..3a86a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discloud-rs" -version = "0.1.0-alpha" +version = "0.2.0-alpha" authors = ["jackskelt"] description = "A rust wrapper for Discloud's API" repository = "https://github.com/jackskelt/discloud-rs"