Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,12 @@ initializr:
groupId: io.github.wimdeblauwe
artifactId: htmx-spring-boot
description: Build modern user interfaces with the simplicity and power of hypertext.
compatibilityRange: "[3.4.0,4.0.0-M1)"
compatibilityRange: "[3.4.0,4.1.0-M1)"
mappings:
- compatibilityRange: "[3.4.0,4.0.0-M1)"
version: 4.0.1
version: 4.0.2
- compatibilityRange: "[4.0.0,4.1.0-M1)"
version: 5.0.0
links:
- rel: reference
href: https://github.com/wimdeblauwe/htmx-spring-boot
Expand Down
Loading