diff --git a/README.md b/README.md index 7a7dd8e..591e0f3 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.31"), + htmx.Src("https://unpkg.com/fiber-htmx@1.3.32"), ), htmx.Link( htmx.Rel("stylesheet"), - htmx.Href("https://unpkg.com/fiber-htmx@1.3.31/dist/out.css"), + htmx.Href("https://unpkg.com/fiber-htmx@1.3.32/dist/out.css"), ), }, }, diff --git a/package.json b/package.json index 44c70d9..5d54ac1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fiber-htmx", "description": "Components for building modern web applications with htmx", - "version": "1.3.31", + "version": "1.3.32", "keywords": [ "AJAX", "HTML",