From 57be2ec5a31acb3ca1817b29e88a5b5a5c1964b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 29 Oct 2024 15:16:18 +0000 Subject: [PATCH] v1.3.30 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62d1776..0a1260f 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ htmx.HTML5( htmx.HTML5Props{ Head: []htmx.Node{ htmx.Script( - htmx.Src("https://unpkg.com/fiber-htmx@1.3.29"), + htmx.Src("https://unpkg.com/fiber-htmx@1.3.30"), ), htmx.Link( htmx.Rel("stylesheet"), - htmx.Href("https://unpkg.com/fiber-htmx@1.3.29/dist/out.css"), + htmx.Href("https://unpkg.com/fiber-htmx@1.3.30/dist/out.css"), ), }, },