bumped version

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-29 16:02:09 +02:00
parent 2a1ca7be6b
commit 715ca44014
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -308,7 +308,7 @@ dependencies = [
[[package]] [[package]]
name = "rs48" name = "rs48"
version = "1.3.1" version = "1.3.2"
dependencies = [ dependencies = [
"clap", "clap",
"rand", "rand",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rs48" name = "rs48"
version = "1.3.1" version = "1.3.2"
edition = "2021" edition = "2021"
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability." description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
license = "GPL-3.0" license = "GPL-3.0"