summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-15 13:50:35 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-15 13:50:35 +0200
commit97589c6a92cc614a522a50e06e47be3fab1db298 (patch)
tree1e66577c1ba36c29c985c8def8eecb39d5daa424 /Cargo.toml
parentf37018e949b0f97c2ba3be5b55f12c6a703edddc (diff)
chore(version): bump development version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1acd2c112..978c06533 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.11.0"
+version = "0.12.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"
@@ -38,7 +38,7 @@ wasmer-wasi = "1.0.0"
interprocess = "1.1.1"
names = "0.11.0"
colors-transform = "0.2.5"
-zellij-tile = { path = "zellij-tile/", version = "0.11.0" }
+zellij-tile = { path = "zellij-tile/", version = "0.12.0" }
[dependencies.async-std]
version = "1.3.0"