summaryrefslogtreecommitdiffstats
path: root/zellij-client
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 /zellij-client
parent3c692248d894de7829ed0da33237204089cc20d9 (diff)
chore(version): bump development version
Diffstat (limited to 'zellij-client')
-rw-r--r--zellij-client/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/zellij-client/Cargo.toml b/zellij-client/Cargo.toml
index b4b564d76..3f1454d5b 100644
--- a/zellij-client/Cargo.toml
+++ b/zellij-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-client"
-version = "0.30.0"
+version = "0.31.0"
authors = ["Kunal Mohan <kunalmohan99@gmail.com>"]
edition = "2021"
description = "The client-side library for Zellij"
@@ -10,8 +10,8 @@ license = "MIT"
[dependencies]
mio = { version = "0.7.11", features = ['os-ext'] }
-zellij-utils = { path = "../zellij-utils/", version = "0.30.0" }
-zellij-tile = { path = "../zellij-tile/", version = "0.30.0" }
+zellij-utils = { path = "../zellij-utils/", version = "0.31.0" }
+zellij-tile = { path = "../zellij-tile/", version = "0.31.0" }
log = "0.4.17"
[dev-dependencies]