bump version

This commit is contained in:
carson 2020-10-01 09:18:34 -06:00
parent 9ecdd4808b
commit 0e224421d8
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ IE11 compatible
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.2.0"></script>
<script src="https://unpkg.com/htmx.org@0.2.1"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me

View File

@ -5,7 +5,7 @@
"AJAX",
"HTML"
],
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://htmx.org/",
"bugs": {
"url": "https://github.com/bigskysoftware/htmx/issues"

View File

@ -95,7 +95,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.0"></script>
<script src="https://unpkg.com/htmx.org@0.2.1"></script>
```
## <a name="ajax"></a> [AJAX](#ajax)

View File

@ -26,7 +26,7 @@ IE11 compatible
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.2.0"></script>
<script src="https://unpkg.com/htmx.org@0.2.1"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me