From d26ccaf3060a5a620e2b737fcc099182b936b4c0 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 30 Sep 2022 09:29:41 +0800 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f74a31..a710330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "rhai-doc" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "glob", diff --git a/Cargo.toml b/Cargo.toml index 0e7c629..b18e70e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rhai-doc" description = "Documentation tool for Rhai - an embedded scripting language and engine for Rust" -version = "0.2.2" +version = "0.2.3" authors = ["semirix", "schungx"] edition = "2018" homepage = "https://github.com/rhaiscript/rhai-doc"