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