From 97eca289543e171daeed024f7a2d392b45735500 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 4 May 2021 16:48:19 +0200 Subject: [PATCH] chore(version): bump zellij-tile --- zellij-tile/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml index f59cf7b3..db004096 100644 --- a/zellij-tile/Cargo.toml +++ b/zellij-tile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-tile" -version = "1.1.0" +version = "1.2.0" authors = ["Brooks J Rady "] edition = "2018" description = "A small client-side library for writing Zellij plugins" @@ -10,4 +10,4 @@ license = "MIT" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.20.0" -strum_macros = "0.20.0" \ No newline at end of file +strum_macros = "0.20.0"