From 6a90542ae38ca46c84c0b3c721a2a6b231347359 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 19 Jul 2021 20:35:50 +0100 Subject: chore(release): bump development version --- zellij-client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zellij-client') diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml index 5a2e314a3..f0d67435d 100644 --- a/zellij-client/Cargo.toml +++ b/zellij-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-client" -version = "0.15.0" +version = "0.16.0" authors = ["Kunal Mohan "] edition = "2018" description = "The client-side library for Zellij" @@ -11,7 +11,7 @@ license = "MIT" [dependencies] mio = "0.7.11" termbg = "0.2.3" -zellij-utils = { path = "../zellij-utils/", version = "0.15.0" } +zellij-utils = { path = "../zellij-utils/", version = "0.16.0" } [dev-dependencies] insta = "1.6.0" -- cgit v1.2.3