summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-06-07 15:38:56 +0200
committerAram Drevekenin <aram@poor.dev>2022-06-07 15:38:56 +0200
commit6d15af04bdabfb7d5391386bc6f7304251d164cf (patch)
tree1c06f93c8663d250987185524871410dd5dcc548 /Cargo.toml
parent3c692248d894de7829ed0da33237204089cc20d9 (diff)
chore(version): 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 14b0a765c..2234bd90c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.30.0"
+version = "0.31.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -15,9 +15,9 @@ rust-version = "1.59"
[dependencies]
anyhow = "1.0"
names = { version = "0.13.0", default-features = false }
-zellij-client = { path = "zellij-client/", version = "0.30.0" }
-zellij-server = { path = "zellij-server/", version = "0.30.0" }
-zellij-utils = { path = "zellij-utils/", version = "0.30.0" }
+zellij-client = { path = "zellij-client/", version = "0.31.0" }
+zellij-server = { path = "zellij-server/", version = "0.31.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.31.0" }
log = "0.4.17"
dialoguer = "0.10.1"
suggest = "0.4"