summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/extensions/json-enc.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/content/extensions/json-enc.md')
-rw-r--r--www/content/extensions/json-enc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/json-enc.md b/www/content/extensions/json-enc.md
index de406689..1303a497 100644
--- a/www/content/extensions/json-enc.md
+++ b/www/content/extensions/json-enc.md
@@ -7,7 +7,7 @@ This extension encodes parameters in JSON format instead of url format.
## Install
```html
-<script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/json-enc.js"></script>
+<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/json-enc.js"></script>
```
## Usage