chore(version): 0.5.1

This commit is contained in:
Aram Drevekenin 2021-04-22 20:59:20 +02:00
parent c809e2b8b0
commit f2fa8839d4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2184,7 +2184,7 @@ dependencies = [
[[package]] [[package]]
name = "zellij" name = "zellij"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"ansi_term 0.12.1", "ansi_term 0.12.1",
"async-std", "async-std",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zellij" name = "zellij"
version = "0.5.0" version = "0.5.1"
authors = ["Aram Drevekenin <aram@poor.dev>"] authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018" edition = "2018"
description = "A terminal workspace with batteries included" description = "A terminal workspace with batteries included"