From 771d414c6ec9e0251d898fccc740fb86062b6ba6 Mon Sep 17 00:00:00 2001 From: Guillaume Hivert Date: Fri, 19 Apr 2024 17:59:26 +0200 Subject: [PATCH] upgrade: v2.1.0 Signed-off-by: Guillaume Hivert --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index 189444a..b6a52c2 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "sketch" -version = "2.0.0" +version = "2.1.0" description = "A CSS-in-Gleam package, made to work with frontend, backend, and directly with lustre!" internal_modules = ["sketch/internals", "sketch/internals/*"]