summaryrefslogtreecommitdiffstats
path: root/zellij-utils/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-15 16:41:07 +0200
committerAram Drevekenin <aram@poor.dev>2021-09-15 16:41:07 +0200
commit0f3590adb519e52034019997ee2a5a33d1270ef7 (patch)
treee0badac84faf2be5fb8df2ebb08488982d572f3b /zellij-utils/Cargo.toml
parent1868816791caca222f8a17ab96e3d514dc2ae79f (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-utils/Cargo.toml')
-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 838b0c57b..66e8c1cf4 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.17.0"
+version = "0.18.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.17.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.18.0" }
log = "0.4.14"
log4rs = "1.0.0"
unicode-width = "0.1.8"