summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-07-19 20:35:50 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-07-19 20:35:50 +0100
commit6a90542ae38ca46c84c0b3c721a2a6b231347359 (patch)
tree6c0b019497d732c4eee1dd015ef45869c06917e5 /zellij-utils
parentd097c521acda376899949083f38c857fa30b47d6 (diff)
chore(release): bump development version
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index 6b530ee96..3365db091 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.15.0"
+version = "0.16.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2018"
description = "A utility library for Zellij client and server"
@@ -27,7 +27,7 @@ structopt = "0.3"
strum = "0.20.0"
termion = "1.5.0"
vte = "0.10.1"
-zellij-tile = { path = "../zellij-tile/", version = "0.15.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.16.0" }
[dependencies.async-std]
version = "1.3.0"