From 42d5de0f19e391444584f5b0b5acc8537f97624a Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Sat, 8 Oct 2022 12:08:53 +0300 Subject: [PATCH] bump version to v1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d786ac5..83fc077 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,7 +478,7 @@ dependencies = [ [[package]] name = "geode" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index b079df5..b1f20a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geode" -version = "1.0.0" +version = "1.0.1" authors = ["HJfod ", "Camila314 "] edition = "2021" build = "build.rs"