summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-12-20 18:31:54 +0100
committerAram Drevekenin <aram@poor.dev>2021-12-20 18:31:54 +0100
commitce8e898e6dab326076b7f6b9fe28052dbedeca95 (patch)
treebeff3aab4ed321a3a03937afa582260dd50ef5bc /zellij-client
parent6175d57702cc1d6272f441e84faec3a17aa6c41f (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 9c59a2a4e..c30c98017 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.23.0"
+version = "0.24.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.23.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.23.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.24.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.24.0" }
log = "0.4.14"
terminfo = "0.7.3"