From db4f1ebbc08e5aef2f2c27db62b671f952246df6 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Tue, 3 Sep 2024 22:52:12 -0500 Subject: [PATCH] 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 808283c..c07c435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hexchess" -version = "0.5.1" +version = "0.6.0" dependencies = [ "clap", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 6b5c50a..b9d04cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "hexchess" readme = "README.md" repository = "https://github.com/scottbedard/hexchess.rs" -version = "0.5.1" +version = "0.6.0" [features] default = ["console_error_panic_hook"]