From 9ae6a950106f9f77144478711797ed2b027197f9 Mon Sep 17 00:00:00 2001 From: numToStr Date: Wed, 17 Aug 2022 13:01:08 +0530 Subject: [PATCH] chore: release 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0477d7a..5bd07d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -27,7 +27,7 @@ checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" [[package]] name = "lemmy-help" -version = "0.5.0" +version = "0.6.0" dependencies = [ "chumsky", "comfy-table", diff --git a/Cargo.toml b/Cargo.toml index 903d2a4..cf25f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy-help" -version = "0.5.0" +version = "0.6.0" description = "Emmylua parser and transformer" authors = ["numToStr "] edition = "2021"