From fb0935d0c8de539817f88bb9447f6d4a766cce6d Mon Sep 17 00:00:00 2001 From: Christian Sheridan Date: Mon, 18 Mar 2024 19:38:19 -0500 Subject: [PATCH] Update script to 1.9.11 --- src/Falco.Htmx/Htmx.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Falco.Htmx/Htmx.fs b/src/Falco.Htmx/Htmx.fs index 179a1a1..69ad774 100644 --- a/src/Falco.Htmx/Htmx.fs +++ b/src/Falco.Htmx/Htmx.fs @@ -281,4 +281,4 @@ type DisinheritOption = module Script = /// The script of the version of HTMX this library is written for. - let src = "https://unpkg.com/htmx.org@1.9.8" + let src = "https://unpkg.com/htmx.org@1.9.11"