From 9b58a112193441d81096a7893c9e3700dd144c26 Mon Sep 17 00:00:00 2001 From: Wim Deblauwe Date: Tue, 19 Nov 2024 20:06:53 +0100 Subject: [PATCH] Release 3.6.1 --- README.md | 2 +- htmx-spring-boot-thymeleaf/pom.xml | 2 +- htmx-spring-boot/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad32753..1e06bfe 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ Links to articles and blog posts about this library: | Library version | Spring Boot | Minimum Java version | |---------------------------------------------------------------------------------------|-------------|----------------------| -| [3.6.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.0) | 3.2.x | 17 | +| [3.6.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.1) | 3.2.x | 17 | | [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 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 | diff --git a/htmx-spring-boot-thymeleaf/pom.xml b/htmx-spring-boot-thymeleaf/pom.xml index 5a197fb..ace66a6 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.6.0 + 3.6.1 htmx-spring-boot-thymeleaf diff --git a/htmx-spring-boot/pom.xml b/htmx-spring-boot/pom.xml index 413f4ae..9e529f1 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.6.0 + 3.6.1 htmx-spring-boot diff --git a/pom.xml b/pom.xml index 95e8a53..cbe7660 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ io.github.wimdeblauwe htmx-spring-boot-parent - 3.6.0 + 3.6.1 pom Parent of Spring Boot library for htmx