From 75f682b80fc9e8efb59d76e5df4f45bcc3092c6c Mon Sep 17 00:00:00 2001 From: Zed Bot Date: Mon, 13 Jan 2025 22:44:56 +0000 Subject: [PATCH] Bump to 0.169.1 for @osiewicz --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cc275b23d..ec0b39744a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16199,7 +16199,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.169.0" +version = "0.169.1" dependencies = [ "activity_indicator", "anyhow", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 8f911b73cf..c3e475ff05 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition = "2021" name = "zed" -version = "0.169.0" +version = "0.169.1" publish = false license = "GPL-3.0-or-later" authors = ["Zed Team "]