summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-19 23:37:47 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-19 23:37:47 +0100
commitfee999ec40b469564e65c8c551f463805003ba6d (patch)
treee66c4f4bce0d22aa22de4408b4e0c9db5b71b0fa /zellij-tile/Cargo.toml
parent996c197fcf9fbc655e7cf7e741c62ad71970c322 (diff)
fix(naming): made plugin terminology more consistent
Diffstat (limited to 'zellij-tile/Cargo.toml')
-rw-r--r--zellij-tile/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml
index c91568338..5a299cb1e 100644
--- a/zellij-tile/Cargo.toml
+++ b/zellij-tile/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "zellij-tile"
-version = "0.6.0"
+version = "1.0.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2018"
-description = "A small client-side library for writing Zellij plugins (tiles)"
+description = "A small client-side library for writing Zellij plugins"
license = "MIT"
[dependencies]