bump version

This commit is contained in:
carson 2020-05-26 12:36:33 -07:00
parent f8dfe727b3
commit ab81e8dfd2
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ IE11 compatible & you can try it out quickly, without a huge rewrite
```html ```html
<!-- Load from unpkg --> <!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.0.4"></script> <script src="https://unpkg.com/htmx.org@0.0.5"></script>
<!-- have a button POST a click via AJAX --> <!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML"> <button hx-post="/clicked" hx-swap="outerHTML">
Click Me Click Me

View File

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

View File

@ -93,7 +93,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: [unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
``` html ``` html
<script src="https://unpkg.com/htmx.org@0.0.4"></script> <script src="https://unpkg.com/htmx.org@0.0.5"></script>
``` ```
## <a name="ajax"></a> [AJAX](#ajax) ## <a name="ajax"></a> [AJAX](#ajax)

View File

@ -25,7 +25,7 @@ IE11 compatible & you can try it out quickly, without a huge rewrite
```html ```html
<!-- Load from unpkg --> <!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@e0.0.4"></script> <script src="https://unpkg.com/htmx.org@e0.0.5"></script>
<!-- have a button POST a click via AJAX --> <!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML"> <button hx-post="/clicked" hx-swap="outerHTML">
Click Me Click Me