Skip to content

Commit

Permalink
Release 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Jun 18, 2024
1 parent 2c5f7c7 commit 69fb0e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ Links to articles and blog posts about this library:

| Library version | Spring Boot | Minimum Java version |
|---------------------------------------------------------------------------------------|-------------|----------------------|
| [3.4.0](https://github.com/wimdeblauwe/htmx-spring-boot/releases/tag/3.4.0) | 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 |
| [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 |
Expand Down
2 changes: 1 addition & 1 deletion htmx-spring-boot-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</parent>

<artifactId>htmx-spring-boot-thymeleaf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion htmx-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.wimdeblauwe</groupId>
<artifactId>htmx-spring-boot-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</parent>

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

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

Expand Down

0 comments on commit 69fb0e1

Please sign in to comment.