From 942e79bc1970b68ca1bde1cc209f738d912b394b Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Thu, 29 Sep 2022 15:51:56 +0200 Subject: [PATCH] bumped version --- rs48/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs48/Cargo.toml b/rs48/Cargo.toml index 6c2b017..c5ae5c3 100644 --- a/rs48/Cargo.toml +++ b/rs48/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs48" -version = "1.2.0" +version = "1.3.0" edition = "2021" description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability." license = "GPL-3.0"