Version bump

master
blackfur 2021-04-27 12:41:59 +02:00
parent 7ab0480321
commit d0e038d481
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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