summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-10-20 15:00:32 +0200
committerAram Drevekenin <aram@poor.dev>2021-10-20 15:00:32 +0200
commit3b2d8f692c5c7a97d7611cec8a96672536c1407b (patch)
tree75f524275c88f8426cd9f9f8ba0e6ea7d5958b2f /zellij-client
parentba078560167b0f0ab0162761d54ef786e01b8009 (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 4e0c58888..4faf25a27 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.19.0"
+version = "0.20.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
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.19.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.19.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.20.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.20.0" }
log = "0.4.14"
[dev-dependencies]