From 112782e1edb720f40d43fde15dac4dffb53e8e6f Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 7 Mar 2023 09:26:11 +0100 Subject: chore(repo): version 0.35.0 (#2230) * chore(assets): new readme animation * chore(assets): increase animation resolution * chore(assets): improve animation * chore(assets): improve animation * docs(readme): some cleanups and clarifications * docs(readme): fix links and wording * chore(version): bump development version --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2fba0f486..388827a10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.34.5" +version = "0.35.0" authors = ["Aram Drevekenin "] edition = "2021" description = "A terminal workspace with batteries included" @@ -17,9 +17,9 @@ anyhow = "1.0" thiserror = "1.0.30" names = { version = "0.13.0", default-features = false } miette = { version = "3.3.0", features = ["fancy"] } -zellij-client = { path = "zellij-client/", version = "0.34.5" } -zellij-server = { path = "zellij-server/", version = "0.34.5" } -zellij-utils = { path = "zellij-utils/", version = "0.34.5" } +zellij-client = { path = "zellij-client/", version = "0.35.0" } +zellij-server = { path = "zellij-server/", version = "0.35.0" } +zellij-utils = { path = "zellij-utils/", version = "0.35.0" } log = "0.4.17" dialoguer = "0.10.1" suggest = "0.4" -- cgit v1.2.3