Skip to content

Commit

Permalink
Prep for 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jan 21, 2023
1 parent bed77b1 commit 5e9fb82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog

- Remove old log warning about `layout:fragment` in the `<head>` section
([#225](https://github.com/ultraq/thymeleaf-layout-dialect/issues/225))
- Workaround for Groovy 4 + Zulu 7 issues
- Workaround for Groovy 4 + Zulu 8 on Apple Silicon issues
([#230](https://github.com/ultraq/thymeleaf-layout-dialect/issues/230))
- Upgrade Groovy to 4.0.7

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

allprojects {
version = '3.2.0-SNAPSHOT'
version = '3.2.0'

ext {
groovyVersion = '4.0.7'
Expand Down
2 changes: 1 addition & 1 deletion thymeleaf-layout-dialect-docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ co-ordinates:

- GroupId: `nz.net.ultraq.thymeleaf`
- ArtifactId: `thymeleaf-layout-dialect`
- Version: `3.1.0`
- Version: `3.2.0`

Check the [project releases](https://github.com/ultraq/thymeleaf-layout-dialect/releases)
for a list of available versions. Each release page also includes a
Expand Down

0 comments on commit 5e9fb82

Please sign in to comment.