From 73eb49ef0fddd17c5139b13ecf4b59ac0e6f94de Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Wed, 21 Dec 2022 11:49:04 +0100 Subject: [PATCH] Make yewprint-css version match yewprint version --- yewprint-css/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yewprint-css/Cargo.toml b/yewprint-css/Cargo.toml index a20e2dd..3614942 100644 --- a/yewprint-css/Cargo.toml +++ b/yewprint-css/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewprint-css" -version = "0.2.1" +version = "0.3.0" authors = ["Cecile Tonglet "] edition = "2018" license = "MIT OR Apache-2.0"