summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/extensions/debug.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/content/extensions/debug.md')
-rw-r--r--www/content/extensions/debug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/debug.md b/www/content/extensions/debug.md
index e56c1341..e006fa85 100644
--- a/www/content/extensions/debug.md
+++ b/www/content/extensions/debug.md
@@ -8,7 +8,7 @@ or through the `console.log` function with a `DEBUG:` prefix.
## Install
```html
-<script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/debug.js"></script>
+<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/debug.js"></script>
```
## Usage