summaryrefslogtreecommitdiffstats
path: root/zellij-client
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2023-06-19 18:54:15 +0200
committerAram Drevekenin <aram@poor.dev>2023-06-19 18:54:15 +0200
commit294b87803f1b6a66c8ae559e736c69aa676f90b3 (patch)
tree458f99ece7a568472cd9e0c1d27b64ec037c4fdd /zellij-client
parenta6c0a10eb757af037e33808177e5f4e2ad38fc71 (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 0dfaf76b1..2a865dff5 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.37.1"
+version = "0.38.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.37.1" }
+zellij-utils = { path = "../zellij-utils/", version = "0.38.0" }
log = "0.4.17"
[dev-dependencies]