From ce29e0456a58b66881831f2cb562a60d6d67ef89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 18 May 2024 15:15:44 +0300 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1296262..268e04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "flawz" -version = "0.1.0-rc.1" +version = "0.1.0" dependencies = [ "clap 4.5.4", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 117af8e..61904d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flawz" -version = "0.1.0-rc.1" +version = "0.1.0" description = "A Terminal UI for browsing CVEs" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"