From be11cbf524d91a6890cc2b56b3d0bec9cd2b1193 Mon Sep 17 00:00:00 2001 From: Hamed Zaghaghi Date: Sun, 14 Apr 2024 23:30:05 +0200 Subject: [PATCH] build: :heavy_plus_sign: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09669ba..13956d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1965,7 +1965,7 @@ dependencies = [ [[package]] name = "openapi-tui" -version = "0.7.1" +version = "0.8.0" dependencies = [ "better-panic", "clap", diff --git a/Cargo.toml b/Cargo.toml index 48bdd6f..ce2930d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openapi-tui" -version = "0.7.1" +version = "0.8.0" edition = "2021" description = "This TUI allows you to list and browse APIs described by the openapi specification."