summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-06-04 10:28:03 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-06-04 10:28:03 +0100
commitdc44a006998ae31930ce893e9eda1a93653e32a3 (patch)
tree3f90cf4751eb76fd9b640f76b395b8c1eb586127 /zellij-client
parent0681163f8d1a4b866f288fd0dd1627e7c190c634 (diff)
chore(release): bump development version
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index d0c742c46..726bd3a29 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.13.0"
+version = "0.14.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "The client-side library for Zellij"
@@ -10,7 +10,7 @@ license = "MIT"
[dependencies]
termbg = "0.2.3"
-zellij-utils = { path = "../zellij-utils/", version = "0.13.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.14.0" }
[features]
test = ["zellij-utils/test"]