summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-05-04 23:31:30 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-05-04 23:31:30 +0100
commit6e5600efc8a9ae2136128c0c4f348d45ee739203 (patch)
tree3e117a825fe70e56a157c176083f816a1a900e3d /zellij-tile/Cargo.toml
parent847444cd0b10002f9771fdfaec1ea0ab1b8e96b1 (diff)
chore(plugin): shuffle helper library names and versions
Diffstat (limited to 'zellij-tile/Cargo.toml')
-rw-r--r--zellij-tile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml
index db004096d..514eb15c8 100644
--- a/zellij-tile/Cargo.toml
+++ b/zellij-tile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile"
-version = "1.2.0"
+version = "0.7.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2018"
description = "A small client-side library for writing Zellij plugins"