From 3007f76efe0c0215f873246c4e43b4527313f3f8 Mon Sep 17 00:00:00 2001 From: Dark-Alex-17 Date: Tue, 8 Aug 2023 10:50:05 -0600 Subject: [PATCH] Incremented patch version after fixing previous bug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7eee59b..8d48073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "managarr" -version = "0.1.8" +version = "0.1.9" authors = ["Alex Clarke "] description = "A TUI for managing *arr servers" edition = "2021"