From c3201e7c30bb37e3d4c682e3171cbff61d4db69c Mon Sep 17 00:00:00 2001 From: TomZz Date: Mon, 15 Jun 2026 01:14:48 +0800 Subject: [PATCH] chore: bump version to v0.3.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edfbda2..a45afa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "ashell" -version = "0.1.0" +version = "0.3.11" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d4e4d78..e2a6cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ashell" -version = "0.1.0" +version = "0.3.11" edition = "2024" authors = ["ashell contributors"] description = "A GPUI Component based SSH and local terminal client"