diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bd5fd43..ab3fdec9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
# Changelog
+## [2.0.4] - 2024-12-13
+
## [2.0.3] - 2024-10-03
* Added support for the experimental `moveBefore()` functionality in [Chrome Canary](https://www.google.com/chrome/canary/),
see the [demo page](/examples/move-before) for more information.
diff --git a/README.md b/README.md
index 01d4604f..b6d5bf10 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ By removing these arbitrary constraints htmx completes HTML as a
## quick start
```html
-
+
Click Me
diff --git a/package.json b/package.json
index ae3b3ac7..c55c245d 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"AJAX",
"HTML"
],
- "version": "2.0.3",
+ "version": "2.0.4",
"homepage": "https://htmx.org/",
"bugs": {
"url": "https://github.com/bigskysoftware/htmx/issues"
diff --git a/src/htmx.js b/src/htmx.js
index bef7352c..370cc0ff 100644
--- a/src/htmx.js
+++ b/src/htmx.js
@@ -277,7 +277,7 @@ var htmx = (function() {
parseInterval: null,
/** @type {typeof internalEval} */
_: null,
- version: '2.0.3'
+ version: '2.0.4'
}
// Tsc madness part 2
htmx.onLoad = onLoadHelper
diff --git a/www/content/_index.md b/www/content/_index.md
index 0eb6da49..b5020d98 100644
--- a/www/content/_index.md
+++ b/www/content/_index.md
@@ -122,7 +122,7 @@ By removing these constraints, htmx completes HTML as a [hypertext](https://en.w
quick start
```html
-
+
Click Me
diff --git a/www/content/docs.md b/www/content/docs.md
index e3e2d2cf..49677bae 100644
--- a/www/content/docs.md
+++ b/www/content/docs.md
@@ -120,13 +120,13 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
your head tag and get going:
```html
-
+
```
An unminified version is also available as well:
```html
-
+
```
While the CDN approach is extremely simple, you may want to consider
@@ -136,7 +136,7 @@ While the CDN approach is extremely simple, you may want to consider
The next easiest way to install htmx is to simply copy it into your project.
-Download `htmx.min.js` [from unpkg.com](https://unpkg.com/htmx.org@2.0.3/dist/htmx.min.js) and add it to the appropriate directory in your project
+Download `htmx.min.js` [from unpkg.com](https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js) and add it to the appropriate directory in your project
and include it where necessary with a `