From 68bf152792b5ff5113dd0b33fcff475e6599db61 Mon Sep 17 00:00:00 2001 From: TomZz Date: Tue, 16 Jun 2026 01:54:35 +0800 Subject: [PATCH] chore(release): v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d9b2ca..cc1dc42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "ashell" -version = "0.4.0" +version = "0.4.1" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 35e2e21..2deb75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ashell" -version = "0.4.0" +version = "0.4.1" edition = "2024" authors = ["ashell contributors"] description = "A GPUI Component based SSH and local terminal client"