From c5ce7b089cbc1e0ab937b709a9a19e66067d5c6b Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 27 Sep 2024 01:43:27 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e05101..15e10ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flx-rs" -version = "0.2.0" +version = "0.2.1" authors = ["Jen-Chieh Shen "] description = "Rewrite emacs-flx in Rust for dynamic modules" repository = "https://github.com/the-flx/flx-rs"