summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-27 14:41:33 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-27 14:41:33 +0200
commit9bdb40b4c644c6a3a061dd0cc4683fc92d504201 (patch)
treec025ca0a93b1acef65ad000a2b038ae1c8a94b82 /zellij-client
parent5b0ac7b3c490f1c1e85eb16e4efc4538385250ac (diff)
chore(version): 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 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"]