diff --git a/Cargo.lock b/Cargo.lock index f9833f2c..fed5ba12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7328,7 +7328,7 @@ dependencies = [ [[package]] name = "tty7" -version = "0.12.0" +version = "0.13.0" dependencies = [ "alacritty_terminal", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4592f621..c45e241a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tty7" -version = "0.12.0" +version = "0.13.0" edition = "2024" description = "A terminal built on Zed's gpui that never loses your session — daemon-backed, shell-aware" repository = "https://github.com/l0ng-ai/tty7"