From a16a8ad6e3f0e14b8873c5a23c6e3cab768d7c99 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 13 Apr 2021 20:58:23 +0100 Subject: [PATCH] chore(crates.io): bump version to publish --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b36d5c384..b814071fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.3.0" +version = "0.3.1" dependencies = [ "ansi_term 0.12.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 8d46c91a1..e4db75733 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.3.0" +version = "0.3.1" authors = ["Aram Drevekenin "] edition = "2018" description = "Terminal workspace (WIP)"