From 84f4f4c55ab9bd2a773bce024da554afeae7861c Mon Sep 17 00:00:00 2001 From: kohashimoto Date: Wed, 20 Sep 2023 16:40:43 +0900 Subject: [PATCH] Release version 1.4.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1ba5872e..d803a71c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "kubetui" -version = "1.4.1" +version = "1.4.2" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index e44c6c1ea..1b436620a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubetui" -version = "1.4.1" +version = "1.4.2" authors = ["kosay "] edition = "2021" license = "MIT"