From c686fa24daa7eed37e43efeb784f7ac86b1ed92e Mon Sep 17 00:00:00 2001 From: marc2332 Date: Sun, 19 Jan 2025 17:30:26 +0100 Subject: [PATCH] feat: 0.2.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 806991f..e9fca03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ dependencies = [ [[package]] name = "dioxus-radio" -version = "0.2.4" +version = "0.2.5" dependencies = [ "dioxus", "dioxus-lib", diff --git a/Cargo.toml b/Cargo.toml index 73ef8fc..30dbf73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dioxus-radio" -version = "0.2.4" +version = "0.2.5" edition = "2021" description = "Fully-typed global state management with a topics subscription system for Dioxus 🧬" readme = "./README.md"