Skip to content

Commit 9b58a11

Browse files
committed
Release 3.6.1
1 parent 58cddcc commit 9b58a11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Links to articles and blog posts about this library:
345345

346346
| Library version | Spring Boot | Minimum Java version |
347347
|---------------------------------------------------------------------------------------|-------------|----------------------|
348-
| [3.6.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.0) | 3.2.x | 17 |
348+
| [3.6.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.1) | 3.2.x | 17 |
349349
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 |
350350
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 |
351351
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 |

htmx-spring-boot-thymeleaf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.wimdeblauwe</groupId>
88
<artifactId>htmx-spring-boot-parent</artifactId>
9-
<version>3.6.0</version>
9+
<version>3.6.1</version>
1010
</parent>
1111

1212
<artifactId>htmx-spring-boot-thymeleaf</artifactId>

htmx-spring-boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.wimdeblauwe</groupId>
88
<artifactId>htmx-spring-boot-parent</artifactId>
9-
<version>3.6.0</version>
9+
<version>3.6.1</version>
1010
</parent>
1111

1212
<artifactId>htmx-spring-boot</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>io.github.wimdeblauwe</groupId>
1414
<artifactId>htmx-spring-boot-parent</artifactId>
15-
<version>3.6.0</version>
15+
<version>3.6.1</version>
1616
<packaging>pom</packaging>
1717
<name>Parent of Spring Boot library for htmx</name>
1818

0 commit comments

Comments
 (0)