summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-08-28 11:23:53 +0200
committerAram Drevekenin <aram@poor.dev>2023-08-28 11:23:53 +0200
commitac4085d1a42b175c4ec4a44c34aa9abeede46b04 (patch)
treef84a697e895ce799570815a8610e0b0eb0db031a /zellij-client
parent11fe4b3fb7710bf0757bd9c7acc03dcf46667fcf (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index 2a865dff5..265114f04 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.38.0"
+version = "0.39.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
serde_yaml = "0.8"
serde_json = "1.0"
-zellij-utils = { path = "../zellij-utils/", version = "0.38.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.39.0" }
log = "0.4.17"
[dev-dependencies]