From f2543de8a01f88d8caab011fe7c55b3a36b800f2 Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Tue, 14 May 2024 10:48:01 +0200 Subject: [PATCH] upgrade: v2.2.1 Signed-off-by: Guillaume Hivert --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index fd7b799..7c131ca 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "sketch" -version = "2.2.0" +version = "2.2.1" description = "A CSS-in-Gleam package, made to work with frontend, backend, and directly with lustre!" internal_modules = ["sketch/internals", "sketch/internals/*"]