From 97589c6a92cc614a522a50e06e47be3fab1db298 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 15 May 2021 13:50:35 +0200 Subject: chore(version): bump development version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1acd2c112..978c06533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.11.0" +version = "0.12.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included" @@ -38,7 +38,7 @@ wasmer-wasi = "1.0.0" interprocess = "1.1.1" names = "0.11.0" colors-transform = "0.2.5" -zellij-tile = { path = "zellij-tile/", version = "0.11.0" } +zellij-tile = { path = "zellij-tile/", version = "0.12.0" } [dependencies.async-std] version = "1.3.0" -- cgit v1.2.3