From fa4e72f80aa408eb152dd44010198b69741d64a5 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 16 Oct 2022 03:28:07 +0300 Subject: [PATCH] Bumped the Cargo.toml package version to mark the first usable version! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc2e43a..7447f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamedig" -version = "0.0.0" +version = "0.0.1" edition = "2021" authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"] license-file = "LICENSE.md"