summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-29 10:09:22 +0100
committerAram Drevekenin <aram@poor.dev>2021-11-29 10:09:22 +0100
commit1ee743156cbe4618b11cf8224242e6bbc1188fe8 (patch)
tree274e9ed71132e6475becb3b2ad3c0c06c9a95b96 /zellij-client
parenteec8dbf7ec7e5363b24e7547d787daf341d1df43 (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-client')
-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 27a81442b..57760cc29 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.21.0"
+version = "0.22.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.21.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.21.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.22.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.22.0" }
log = "0.4.14"
terminfo = "0.7.3"