From 7e0dbbb9615566ce75327bce1416e992784faaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 11 Sep 2024 12:20:24 +0300 Subject: [PATCH] chore(release): prepare for the initial stable version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5eb05f8..16a0d1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "binsider" -version = "0.1.0-rc.2" +version = "0.1.0" dependencies = [ "ansi-to-tui", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 71135db..708ee9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binsider" -version = "0.1.0-rc.2" +version = "0.1.0" description = "Analyze ELF binaries like a boss" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"