From e98dd69a8891bc3bdf2ba3c6781f7aa527cea876 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Wed, 14 Apr 2021 19:20:27 +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 b814071f..66310ea0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2194,7 +2194,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.3.1" +version = "0.3.2" dependencies = [ "ansi_term 0.12.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index e4db7573..6170016c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.3.1" +version = "0.3.2" authors = ["Aram Drevekenin "] edition = "2018" description = "Terminal workspace (WIP)"