diff options
author | Carson Gross <carson@bigsky.software> | 2023-12-21 17:27:52 -0700 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2023-12-21 17:27:52 -0700 |
commit | 98334ea5b266d4edd740410651a188f7dfad3af0 (patch) | |
tree | ed8822057c54cdecad0a2b82706e0f326fd38a61 /www/static/src/htmx.js | |
parent | b4080e71da1500ae986b02010d8238154954378b (diff) | |
download | htmx-98334ea5b266d4edd740410651a188f7dfad3af0.tar.gz htmx-98334ea5b266d4edd740410651a188f7dfad3af0.zip |
update version
Diffstat (limited to 'www/static/src/htmx.js')
-rw-r--r-- | www/static/src/htmx.js | 2 |
1 files changed, 1 insertions, 1 deletions
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} */ |