From ea2ea1c2dbc51014b3bc350579dc1c0cb0417516 Mon Sep 17 00:00:00 2001 From: Mahmoud Date: Thu, 26 Dec 2024 17:07:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.3=20=E2=86=92=200.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 77d7c3a..4d0594f 100755 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.2.4 [bumpversion:file:Cargo.toml] search = version = "{current_version}" diff --git a/Cargo.toml b/Cargo.toml index 3b337e9..61f7eb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "input-rs" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.79" description = "🔤 A highly customizable input component for WASM frameworks like Yew, Dioxus, and Leptos."