From f2fa8839d414ff4cdaeeb7aedfc5cbccba0dc920 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 22 Apr 2021 20:59:20 +0200 Subject: [PATCH] chore(version): 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa8b6552..b6ece4a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.5.0" +version = "0.5.1" dependencies = [ "ansi_term 0.12.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 52446faf..7c811ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.5.0" +version = "0.5.1" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included"