summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-28 14:05:52 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-28 14:05:52 +0200
commit1c69d70082a4b583c88f02589abf575cef2d7782 (patch)
tree6377b8c24af53cb14ef6ae5c781cdf1b9a3fe26f /zellij-client
parentbc99f81960d34939afe33278d3e4f8e1119c1961 (diff)
chore(version): change to patch 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..3e334b7a4 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.12.1"
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.12.1" }
[features]
test = ["zellij-utils/test"]