From 2523f17d20de735b0e70ed6238edf5be30d42eff Mon Sep 17 00:00:00 2001 From: Maccesch Date: Fri, 10 May 2024 14:46:11 -0500 Subject: [PATCH] stooopid: forgot to update version in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21308a4..e26ee4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-use" -version = "0.10.9" +version = "0.10.10" edition = "2021" authors = ["Marc-Stefan Cassola"] categories = ["gui", "web-programming"]