update release version in docs (missed due to bad version number)

This commit is contained in:
carson
2020-10-27 21:07:05 -06:00
parent 984c344fa7
commit d856fc68f5
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ By removing these arbitrary constraints htmx completes HTML as a
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.2.1"></script>
<script src="https://unpkg.com/htmx.org@0.3.0"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me

View File

@@ -97,7 +97,7 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o
[unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
``` html
<script src="https://unpkg.com/htmx.org@0.2.1"></script>
<script src="https://unpkg.com/htmx.org@0.3.0"></script>
```
## <a name="ajax"></a> [AJAX](#ajax)

View File

@@ -36,7 +36,7 @@ By removing these arbitrary constraints htmx completes HTML as a
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.2.1"></script>
<script src="https://unpkg.com/htmx.org@0.3.0"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me