summaryrefslogtreecommitdiffstats
path: root/zellij-utils/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-07-05 11:04:51 +0200
committerAram Drevekenin <aram@poor.dev>2021-07-05 11:04:51 +0200
commit7fe87f59a3081cdd937ca0cee94e0d4fda46ee6a (patch)
treefc836a12d488f22799620946c264d2ad455fb7ed /zellij-utils/Cargo.toml
parent2e0e22cdb4e5c667924758f7b7126115c9fab28f (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 16aab07d6..a15be803c 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-utils"
-version = "0.14.0"
+version = "0.15.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.14.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.15.0" }
[dependencies.async-std]
version = "1.3.0"