From 1e99aebbac9934c6f575743e3179e82204f5e4f8 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 3 Jan 2023 00:36:35 +0200 Subject: [PATCH] Bump version to 0.0.7 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaac5f..17836f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Who knows what the future holds... -# 0.0.7 - ??/??/2022 +# 0.0.7 - 03/01/2023 ### Changes: [Minecraft](https://www.minecraft.com) bedrock edition support. Fix Minecraft legacy v1.6 max/online players count being reversed. diff --git a/Cargo.toml b/Cargo.toml index c5b0ab9..231f65e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.0.6" +version = "0.0.7" edition = "2021" authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"] license = "MIT"