From 51eb46d2c6f1e7dc42239beee3cfa08a5bb9066e Mon Sep 17 00:00:00 2001 From: NayanTheSpaceGuy <147062173+NayanTheSpaceGuy@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:16:19 +0530 Subject: [PATCH] release: bump version to v0.1.0 stable --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e1ac82..c92aba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -266,7 +266,7 @@ dependencies = [ [[package]] name = "necronux" -version = "0.1.0-rc1" +version = "0.1.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index 57b9a89..72a2fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "necronux" -version = "0.1.0-rc1" +version = "0.1.0" authors = ["Nayan (NayanTheSpaceGuy) "] edition = "2021" homepage = "https://github.com/NayanTheSpaceGuy/necronux"