From e66fa014ca2eb243c1c91e32ce234a26c49f915d Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 28 Nov 2022 22:10:35 +0200 Subject: [PATCH] Bumped version to 0.0.6! --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f4f5c..a1dafc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ Who knows what the future holds... -# 0.0.6 - ??/??/2022 +# 0.0.7 - ??/??/2022 + +# 0.0.6 - 28/11/2022 [Minecraft](https://www.minecraft.com) support (bedrock not supported yet). [7 Days To Die](https://store.steampowered.com/app/251570/7_Days_to_Die/) support. [ARK: Survival Evolved](https://store.steampowered.com/app/346110/ARK_Survival_Evolved/) support. diff --git a/Cargo.toml b/Cargo.toml index 0ec3c7e..c5b0ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.0.5" +version = "0.0.6" edition = "2021" authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"] license = "MIT"