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