diff --git a/Cargo.toml b/Cargo.toml index 4458dc4..4da00c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpi_api" -version = "0.2.1" +version = "0.2.2" authors = ["blackfur <64478051+theblackfurguy@users.noreply.github.com>"] edition = "2018" description = "Wrapper for the Minecraft Pi Edition API handling parsing and other aspects for you" diff --git a/README.md b/README.md index 3c0db7e..d7ddf03 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This project ports the MCPI API to rust! ## How to install -Simply install this by adding `mcpi_api = "0.2.1"` to your Cargo.toml +Simply install this by adding `mcpi_api = "0.2.2"` to your Cargo.toml ## Examples