summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-10 18:01:56 +0100
committerAram Drevekenin <aram@poor.dev>2021-11-10 18:01:56 +0100
commit26bd80be2d666eba69712ddc448d32345b6e7222 (patch)
tree52e6e51bb0b8aaa45afd1908e290978517bebffd /Cargo.toml
parent0fec10b08bc3dcdb976ce78e280406dbdefa7b32 (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 9c54c9a7c..cb620e3e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.20.1"
+version = "0.21.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -16,9 +16,9 @@ rust-version = "1.56"
[dependencies]
anyhow = "1.0"
names = "0.11.0"
-zellij-client = { path = "zellij-client/", version = "0.20.1" }
-zellij-server = { path = "zellij-server/", version = "0.20.1" }
-zellij-utils = { path = "zellij-utils/", version = "0.20.1" }
+zellij-client = { path = "zellij-client/", version = "0.21.0" }
+zellij-server = { path = "zellij-server/", version = "0.21.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.21.0" }
log = "0.4.14"
dialoguer = "0.9.0"