diff options
Diffstat (limited to 'www/content/extensions/method-override.md')
-rw-r--r-- | www/content/extensions/method-override.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/method-override.md b/www/content/extensions/method-override.md index 4dbb09da..1497d715 100644 --- a/www/content/extensions/method-override.md +++ b/www/content/extensions/method-override.md @@ -8,7 +8,7 @@ actual HTTP method. This is necessary when dealing with some firewall or proxy ## Install ```html -<script src="https://unpkg.com/htmx.org@1.9.11/dist/ext/method-override.js"></script> +<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/method-override.js"></script> ``` ### Usage |