Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Dec 14, 2023
1 parent d2ece55 commit 00a06d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -306,7 +306,7 @@ Links to articles and blog posts about this library:

| Library version | Spring Boot | Minimum Java version |
|---------------------------------------------------------------------------------------|-------------|----------------------|
| [3.1.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.1.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 |
| [1.0.0](https://github.com/wimdeblauwe/htmx-spring-boot-thymeleaf/releases/tag/1.0.0) | 2.7.x | 11 |

Expand Down
2 changes: 1 addition & 1 deletion htmx-spring-boot-thymeleaf/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</parent>

<artifactId>htmx-spring-boot-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion htmx-spring-boot/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</parent>

<artifactId>htmx-spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<packaging>pom</packaging>
<name>Parent of Spring Boot library for htmx</name>

Expand Down

0 comments on commit 00a06d4

Please sign in to comment.