From e53dba6a6cdbf05d0577e0fa0d61d3c141a641db Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Fri, 11 Oct 2024 10:47:37 +0200 Subject: Release v1 (#226) v1.0.0-beta1 gave no problems with my other gomponents libraries, that of others, and some of my large projects, so releasing v1! No more breaking changes! 😁--- internal/examples/app/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/examples/app/go.mod') diff --git a/internal/examples/app/go.mod b/internal/examples/app/go.mod index a234275..83e51cf 100644 --- a/internal/examples/app/go.mod +++ b/internal/examples/app/go.mod @@ -1,5 +1,5 @@ module app -go 1.23.1 +go 1.23.2 -require maragu.dev/gomponents v0.22.1-0.20241003092644-fe24f0575214 +require maragu.dev/gomponents v1.0.0-beta1 -- cgit 1.4.1