From d0e038d481ef765f86fddb0c4c4b29498787d04b Mon Sep 17 00:00:00 2001 From: blackfur <64478051+theblackfurguy@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:41:59 +0200 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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