Version bump

This commit is contained in:
blackfur 2021-04-27 12:41:59 +02:00
parent 1d2b661a3a
commit c79f09b4f3
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