diff --git a/README.md b/README.md index e9ebad17..3a438b5f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ IE11 compatible ```html - + Click Me diff --git a/www/docs.md b/www/docs.md index 2d0997bc..b45040cc 100644 --- a/www/docs.md +++ b/www/docs.md @@ -94,7 +94,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 - + ``` ## [AJAX](#ajax) diff --git a/www/index.md b/www/index.md index 14863412..ce05d5e7 100644 --- a/www/index.md +++ b/www/index.md @@ -26,7 +26,7 @@ IE11 compatible ```html - + Click Me diff --git a/www/posts/2020-9-18-htmx-0.1.0-is-released.md b/www/posts/2020-9-18-htmx-0.1.0-is-released.md index 55b98c60..49acc289 100644 --- a/www/posts/2020-9-18-htmx-0.1.0-is-released.md +++ b/www/posts/2020-9-18-htmx-0.1.0-is-released.md @@ -1,13 +1,13 @@ --- layout: layout.njk tags: post -title: htmx 0.1.0 has been released! +title: htmx 0.1.1 has been released! date: 2020-09-18 --- -## htmx 0.1.0 Release +## htmx 0.1.1 Release -I'm pleased to announce the [0.1.0 release](https://unpkg.com/browse/htmx.org@0.1.0/) of htmx as well as the first non-alpha hyperscript +I'm pleased to announce the [0.1.1 release](https://unpkg.com/browse/htmx.org@0.1.1/) of htmx as well as the first non-alpha hyperscript release [0.0.2 hyperscript](https://unpkg.com/hyperscript.org@0.0.2). ### Changes