summaryrefslogtreecommitdiffstatshomepage
path: root/www/static/src/htmx.js
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2023-12-21 17:27:52 -0700
committerCarson Gross <carson@bigsky.software>2023-12-21 17:27:52 -0700
commit98334ea5b266d4edd740410651a188f7dfad3af0 (patch)
treeed8822057c54cdecad0a2b82706e0f326fd38a61 /www/static/src/htmx.js
parentb4080e71da1500ae986b02010d8238154954378b (diff)
downloadhtmx-98334ea5b266d4edd740410651a188f7dfad3af0.tar.gz
htmx-98334ea5b266d4edd740410651a188f7dfad3af0.zip
update version
Diffstat (limited to 'www/static/src/htmx.js')
-rw-r--r--www/static/src/htmx.js2
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} */