Skip to content

Commit

Permalink
CDN now points to htmx 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 21, 2023
1 parent fca775e commit d8685de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -5,6 +5,7 @@ django-siteajax changelog
Unreleased
----------
! Dropped QA for Py 3.6. Added QA for Django 4.1.
+ CDN now points to htmx 1.8.5.


v0.5.0 [2021-05-28]
Expand Down
2 changes: 1 addition & 1 deletion siteajax/templates/siteajax/cdn.html
@@ -1 +1 @@
<script src="https://unpkg.com/htmx.org@1.4.0" ></script>
<script src="https://unpkg.com/htmx.org@1.8.5" ></script>

0 comments on commit d8685de

Please sign in to comment.