summaryrefslogtreecommitdiffstats
path: root/zellij-client/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-08 15:42:46 +0100
committerAram Drevekenin <aram@poor.dev>2021-11-08 15:42:46 +0100
commitb232326dc2b419467914f00a04e472e81379891f (patch)
treebae14733811d3f9a8213df1f2cd3d420ff69c59f /zellij-client/Cargo.toml
parentff83733f580d1b32cb95f1afe241b9e3fd4e562c (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-client/Cargo.toml')
-rw-r--r--zellij-client/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 7c43784c7..27a81442b 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.20.0"
+version = "0.21.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -11,8 +11,8 @@ license = "MIT"
[dependencies]
mio = "0.7.11"
termbg = "0.2.3"
-zellij-utils = { path = "../zellij-utils/", version = "0.20.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.20.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.21.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.21.0" }
log = "0.4.14"
terminfo = "0.7.3"