diff --git a/Cargo.lock b/Cargo.lock index 8d1af3e..eb40a18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ dependencies = [ [[package]] name = "tetris-cli" -version = "22.66.1" +version = "22.67.2" dependencies = [ "big_num", "confy", diff --git a/Cargo.toml b/Cargo.toml index a1dbb7b..08f97f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tetris-cli" -version = "22.67.1" +version = "22.67.2" edition = "2021" description = "A tetris clone for your terminal." license = "GPL-3.0" diff --git a/README.md b/README.md index 984ea07..32cdff9 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ Also available for Arch on the AUR as [tetris-cli-git](https://aur.archlinux.org ## Build dependencies -You should just need the [Rust programming language](https://www.rust-lang.org/tools/install) installed and a Linux machine (Windows cmd is bad when it comes to terminal graphics). +You should just need the [Rust programming language](https://www.rust-lang.org/tools/install) installed and a \*nix machine (Windows cmd is bad when it comes to terminal graphics).