summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-08-17 11:46:46 +0200
committerAram Drevekenin <aram@poor.dev>2022-08-17 11:46:46 +0200
commitac8a9d4b28ac753cafcd0d87f1d5a9930743a7d9 (patch)
tree50f140f6c91c42c4b7bb40ee4764cc76d4600709 /Cargo.toml
parent67011947e83bdd56cf9eabec69db9f13a4ba548f (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 4032ac792..c0ec182d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.31.2"
+version = "0.32.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2021"
description = "A terminal workspace with batteries included"
@@ -16,9 +16,9 @@ rust-version = "1.59"
anyhow = "1.0"
names = { version = "0.13.0", default-features = false }
miette = { version = "3.3.0", features = ["fancy"] }
-zellij-client = { path = "zellij-client/", version = "0.31.2" }
-zellij-server = { path = "zellij-server/", version = "0.31.2" }
-zellij-utils = { path = "zellij-utils/", version = "0.31.2" }
+zellij-client = { path = "zellij-client/", version = "0.32.0" }
+zellij-server = { path = "zellij-server/", version = "0.32.0" }
+zellij-utils = { path = "zellij-utils/", version = "0.32.0" }
log = "0.4.17"
dialoguer = "0.10.1"
suggest = "0.4"