Skip to content

Commit 5e9fb82

Browse files
committed
Prep for 3.2.0 release
1 parent bed77b1 commit 5e9fb82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
allprojects {
18-
version = '3.2.0-SNAPSHOT'
18+
version = '3.2.0'
1919

2020
ext {
2121
groovyVersion = '4.0.7'

thymeleaf-layout-dialect-docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ co-ordinates:
2828

2929
- GroupId: `nz.net.ultraq.thymeleaf`
3030
- ArtifactId: `thymeleaf-layout-dialect`
31-
- Version: `3.1.0`
31+
- Version: `3.2.0`
3232

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

0 commit comments

Comments
 (0)