summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-05-02 14:00:20 +0200
committerAram Drevekenin <aram@poor.dev>2022-05-02 14:00:20 +0200
commit77e9dc93f767107388e55f055bbcad52732fcfd8 (patch)
treeab71e68c63793d93fc00c72bc1f4d01c541f2011 /Cargo.toml
parentbe2659ed2ef5e1b08b98f0e932bd8427f611bcb8 (diff)
chore(version): bump development version
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 a1d93a1ef..af5f34b9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.29.0"
+version = "0.30.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -15,9 +15,9 @@ rust-version = "1.56"
[dependencies]
anyhow = "1.0"
names = "0.11.0"
-zellij-client = { path = "zellij-client/", version = "0.29.0" }
-zellij-server = { path = "zellij-server/", version = "0.29.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.29.0" }
+zellij-client = { path = "zellij-client/", version = "0.30.0" }
+zellij-server = { path = "zellij-server/", version = "0.30.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.30.0" }
log = "0.4.16"
dialoguer = "0.9.0"
suggestion = "0.3"