From 98334ea5b266d4edd740410651a188f7dfad3af0 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Thu, 21 Dec 2023 17:27:52 -0700 Subject: [PATCH] update version --- www/static/src/htmx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/static/src/htmx.js b/www/static/src/htmx.js index 1f0709d7..aa86010f 100644 --- a/www/static/src/htmx.js +++ b/www/static/src/htmx.js @@ -88,7 +88,7 @@ return (function () { sock.binaryType = htmx.config.wsBinaryType; return sock; }, - version: "1.9.9" + version: "1.9.10" }; /** @type {import("./htmx").HtmxInternalApi} */