From 1bee83eeea23283003342de5c2625ee31eeb68d5 Mon Sep 17 00:00:00 2001 From: Aku Kotkavuo Date: Mon, 27 Jan 2025 18:43:12 +0200 Subject: [PATCH] Release v0.2.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb35140..e023441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jisho" -version = "0.2.4" +version = "0.2.5" authors = ["Aku Kotkavuo "] edition = "2021" description = "Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary."