From 43fe98f536273aed6d7b4c8a466ff23aa8ea1b21 Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Tue, 23 Jan 2024 15:41:48 +0200 Subject: [PATCH] bump v0.1.9 -> v0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ef2a69..d2e9157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "input_yew" -version = "0.1.9" +version = "0.1.10" description = "A feature-rich, accessible, highly customizable, functional, reusable input component for the Yew framework." license = "Apache-2.0" keywords = ["input", "yew", "rust", "input_yew"]