From 4c35c8430b6b552fff0ff6b209b981ef9222b473 Mon Sep 17 00:00:00 2001 From: Pierce Thompson Date: Thu, 26 Jan 2023 20:02:36 -0500 Subject: [PATCH] Bump to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06e605d..80c07ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "buildtools-assistant" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 5aa9222..e3c36ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buildtools-assistant" -version = "1.0.0" +version = "1.1.0" description = "A cross-platform CLI tool to easily run Spigot's BuildTools for one or more versions simultaneously, without the Java version mess." categories = ["command-line-utilities"] repository = "https://github.com/Insprill/buildtools-assistant"