summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
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 f9d0db086..d0c742c46 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.12.0"
+version = "0.13.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.12.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.13.0" }
[features]
test = ["zellij-utils/test"]