summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--zellij-tile-extra/Cargo.toml4
3 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0f6f09b5c..7302ad806 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2192,7 +2192,7 @@ dependencies = [
[[package]]
name = "zellij"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"ansi_term 0.12.1",
"async-std",
@@ -2238,7 +2238,7 @@ dependencies = [
[[package]]
name = "zellij-tile-extra"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"ansi_term 0.12.1",
]
diff --git a/Cargo.toml b/Cargo.toml
index c3499fe5c..d030eecd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.7.0"
+version = "0.8.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"
diff --git a/zellij-tile-extra/Cargo.toml b/zellij-tile-extra/Cargo.toml
index 69a0298be..169b5efdc 100644
--- a/zellij-tile-extra/Cargo.toml
+++ b/zellij-tile-extra/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile-extra"
-version = "1.0.0"
+version = "1.1.0"
authors = ["denis <denismaximov98@gmail.com>"]
edition = "2018"
description = "A utility library for Zellij plugins"
@@ -9,4 +9,4 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-ansi_term = "0.12.1" \ No newline at end of file
+ansi_term = "0.12.1"