summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Hartmann <hartan@7x.de>2022-12-13 14:59:49 +0100
committerAndreas Hartmann <hartan@7x.de>2022-12-13 14:59:49 +0100
commit962f37e7670d77cbffe83578d850869f94b1c424 (patch)
treeba32111e2f0b5c82caca68dbbfee76ff0e7f6e00 /Cargo.toml
parent7c7fb9808e8399558e0627d082ba34401876db1e (diff)
chore: Bump development versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce9f12552..a1b93a912 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.34.3"
+version = "0.34.4"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -17,9 +17,9 @@ anyhow = "1.0"
thiserror = "1.0.30"
names = { version = "0.13.0", default-features = false }
miette = { version = "3.3.0", features = ["fancy"] }
-zellij-client = { path = "zellij-client/", version = "0.34.3" }
-zellij-server = { path = "zellij-server/", version = "0.34.3" }
-zellij-utils = { path = "zellij-utils/", version = "0.34.3" }
+zellij-client = { path = "zellij-client/", version = "0.34.4" }
+zellij-server = { path = "zellij-server/", version = "0.34.4" }
+zellij-utils = { path = "zellij-utils/", version = "0.34.4" }
log = "0.4.17"
dialoguer = "0.10.1"
suggest = "0.4"