summaryrefslogtreecommitdiffstats
path: root/zellij-tile/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-27 14:57:54 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-27 14:57:54 +0100
commit2814c3027271d15b4af345bdde03591bb189cbce (patch)
tree192290907893d4454c23360f1c5f6f66118af30d /zellij-tile/Cargo.toml
parentea1a7dfc7d35585232193f7da30466ce8ee575dc (diff)
feat(plugin): added the `get_plugin_ids()` query function
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 5a299cb1e..f59cf7b3e 100644
--- a/zellij-tile/Cargo.toml
+++ b/zellij-tile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij-tile"
-version = "1.0.0"
+version = "1.1.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2018"
description = "A small client-side library for writing Zellij plugins"