From 715ca44014ddb235aa1a1929070be8abbbe58031 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Thu, 29 Sep 2022 16:02:09 +0200 Subject: [PATCH] bumped version --- Cargo.lock | 2 +- rs48/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a48d218..8c2b060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "rs48" -version = "1.3.1" +version = "1.3.2" dependencies = [ "clap", "rand", diff --git a/rs48/Cargo.toml b/rs48/Cargo.toml index f90d0b7..32a816e 100644 --- a/rs48/Cargo.toml +++ b/rs48/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs48" -version = "1.3.1" +version = "1.3.2" edition = "2021" description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability." license = "GPL-3.0"