From 4d23ec2db58cb77b7ee52172998da9161a473106 Mon Sep 17 00:00:00 2001 From: marc2332 Date: Tue, 27 Aug 2024 22:03:26 +0200 Subject: [PATCH] fix: Fix version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c216619..f4fd7df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dioxus-lazy" -version = "0.3.0" +version = "0.3.0-alpha.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Async list components for Dioxus"