diff options
author | Markus Wüstenberg | 2024-10-11 10:47:37 +0200 |
---|---|---|
committer | GitHub | 2024-10-11 10:47:37 +0200 |
commit | e53dba6a6cdbf05d0577e0fa0d61d3c141a641db (patch) | |
tree | 21faf46a952cbf5a654905a8d9ce8a78af3be234 /internal/examples/app/go.mod | |
parent | 853044729768d3a52d1aba5c9e081737a5088b11 (diff) | |
download | gomponents-e53dba6a6cdbf05d0577e0fa0d61d3c141a641db.tar.lz gomponents-e53dba6a6cdbf05d0577e0fa0d61d3c141a641db.tar.zst gomponents-e53dba6a6cdbf05d0577e0fa0d61d3c141a641db.zip |
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! 😁
Diffstat (limited to 'internal/examples/app/go.mod')
-rw-r--r-- | internal/examples/app/go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
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 |