From bcee5d6266e5555e3ac9cb26ee4aa64932300ed2 Mon Sep 17 00:00:00 2001 From: ad4m <94195860+ad4mx@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:07:04 +0100 Subject: [PATCH] fix: version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4fe970..eddc327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spinoff" -version = "0.5.4" +version = "0.6.0" edition = "2021" authors = ["ad4m"] description = "Simple to use Rust library for displaying spinners in the terminal"