From 3b75455f39015dcf56ae1706670f881ffb8f4b25 Mon Sep 17 00:00:00 2001 From: Riey Date: Sat, 23 Dec 2023 20:38:36 +0900 Subject: [PATCH] Bump version to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 590211a..85f3b19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "xim" description = "XIM protocol parser, handler" -version = "0.3.0" +version = "0.4.0" authors = ["Riey "] repository = "https://github.com/Riey/xim-rs" documentation = "https://docs.rs/xim"