From 10c31d77b50b1cc111b8995f9936f471640bd684 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Fri, 13 Dec 2024 17:02:28 -0500 Subject: [PATCH] Update version in READMEs --- src/Common/README.md | 2 +- src/Htmx/README.md | 2 +- src/ViewEngine.Htmx/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Common/README.md b/src/Common/README.md index 97c5cf7..6747422 100644 --- a/src/Common/README.md +++ b/src/Common/README.md @@ -2,4 +2,4 @@ This package contains common code shared between [`Giraffe.Htmx`](https://www.nuget.org/packages/Giraffe.Htmx) and [`Giraffe.ViewEngine.Htmx`](https://www.nuget.org/packages/Giraffe.ViewEngine.Htmx), and will be automatically installed when you install either one. -**htmx version: 2.0.3** +**htmx version: 2.0.4** diff --git a/src/Htmx/README.md b/src/Htmx/README.md index bd9b7ff..29addf7 100644 --- a/src/Htmx/README.md +++ b/src/Htmx/README.md @@ -2,7 +2,7 @@ This package enables server-side support for [htmx](https://htmx.org) within [Giraffe](https://giraffe.wiki) and ASP.NET's `HttpContext`. -**htmx version: 2.0.3** +**htmx version: 2.0.4** _Upgrading from v1.x: the [migration guide](https://htmx.org/migration-guide-htmx-1/) does not currently specify any request or response header changes. This means that there are no required code changes in moving from v1.* to v2.*._ diff --git a/src/ViewEngine.Htmx/README.md b/src/ViewEngine.Htmx/README.md index cc61a57..7f17761 100644 --- a/src/ViewEngine.Htmx/README.md +++ b/src/ViewEngine.Htmx/README.md @@ -2,7 +2,7 @@ This package enables [htmx](https://htmx.org) support within the [Giraffe](https://giraffe.wiki) view engine. -**htmx version: 2.0.3** +**htmx version: 2.0.4** _Upgrading from v1.x: see [the migration guide](https://htmx.org/migration-guide-htmx-1/) for changes_