diff --git a/README.md b/README.md index b6e4cf6..2a6a467 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Links to articles and blog posts about this library: | Library version | Spring Boot | Minimum Java version | |---------------------------------------------------------------------------------------|-------------|----------------------| -| [3.4.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.0) | 3.2.x | 17 | +| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 | | [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 | | [3.2.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.2.0) | 3.1.x | 17 | | [2.2.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/2.2.0) | 3.0.x | 17 | diff --git a/htmx-spring-boot-thymeleaf/pom.xml b/htmx-spring-boot-thymeleaf/pom.xml index d8ae603..13921bd 100644 --- a/htmx-spring-boot-thymeleaf/pom.xml +++ b/htmx-spring-boot-thymeleaf/pom.xml @@ -6,7 +6,7 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.4.0 + 3.4.1 htmx-spring-boot-thymeleaf diff --git a/htmx-spring-boot/pom.xml b/htmx-spring-boot/pom.xml index b9afa66..26a53b8 100644 --- a/htmx-spring-boot/pom.xml +++ b/htmx-spring-boot/pom.xml @@ -6,7 +6,7 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.4.0 + 3.4.1 htmx-spring-boot diff --git a/pom.xml b/pom.xml index 1069a5e..8b3812c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.4.0 + 3.4.1 pom Parent of Spring Boot library for htmx