From 59f4fab305a3a82ef69e137b8fb3655f1df39c63 Mon Sep 17 00:00:00 2001 From: Cecile Tonglet Date: Mon, 4 Apr 2022 17:24:57 +0100 Subject: [PATCH] Revert change of 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 8cb032e..9a3a036 100644 --- a/yewprint-css/Cargo.toml +++ b/yewprint-css/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yewprint-css" -version = "0.2.0" +version = "0.1.1" authors = ["Cecile Tonglet "] edition = "2018" license = "MIT OR Apache-2.0"