From 7a774cde0a490301766a7a5c7b17a2ebd0889276 Mon Sep 17 00:00:00 2001 From: blackfur <64478051+theblackfurguy@users.noreply.github.com> Date: Fri, 16 Apr 2021 11:18:53 +0200 Subject: [PATCH] bumped version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfcf398..4458dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpi_api" -version = "0.1.1" +version = "0.2.1" 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"