Skip to content

Commit 5591f7c

Browse files
committed
Release 3.6.2
1 parent c8bea46 commit 5591f7c

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 | Documentation |
347347
|---------------------------------------------------------------------------------------|-------------|----------------------|-----------------------------------------------------------------------------------|
348-
| [3.6.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.6.1/README.md) |
348+
| [3.6.2](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.6.2) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.6.2/README.md) |
349349
| [3.5.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.5.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.5.1/README.md) |
350350
| [3.4.1](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.1) | 3.2.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.4.1/README.md) |
351351
| [3.3.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.3.0) | 3.1.x | 17 | [README.md](https://github.com/wimdeblauwe/htmx-spring-boot/blob/3.3.0/README.md) |

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.2-SNAPSHOT</version>
9+
<version>3.6.2</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.2-SNAPSHOT</version>
9+
<version>3.6.2</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.2-SNAPSHOT</version>
15+
<version>3.6.2</version>
1616
<packaging>pom</packaging>
1717
<name>Parent of Spring Boot library for htmx</name>
1818

0 commit comments

Comments
 (0)