summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parentd097c521acda376899949083f38c857fa30b47d6 (diff)
chore(release): bump development version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5f221e94..9a487176a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.15.0"
+version = "0.16.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"
@@ -14,9 +14,9 @@ resolver = "2"
[dependencies]
names = "0.11.0"
-zellij-client = { path = "zellij-client/", version = "0.15.0" }
-zellij-server = { path = "zellij-server/", version = "0.15.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.15.0" }
+zellij-client = { path = "zellij-client/", version = "0.16.0" }
+zellij-server = { path = "zellij-server/", version = "0.16.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.16.0" }
[dev-dependencies]
insta = { version = "1.6.0", features = ["backtrace"] }