From 5571e594f6fd9175be7c0cbe9a2d20e3012d49a9 Mon Sep 17 00:00:00 2001 From: Linus Date: Mon, 5 Oct 2020 02:32:25 +0200 Subject: [PATCH] Bump to version 0.3.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 028b7fa..e917ec2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ dependencies = [ [[package]] name = "chessmarkable" -version = "0.3.2" +version = "0.3.3" dependencies = [ "clap", "downcast-rs", diff --git a/Cargo.toml b/Cargo.toml index 0290abd..53e22ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chessmarkable" -version = "0.3.2" +version = "0.3.3" authors = ["Linus "] edition = "2018"