Skip to content

Commit

Permalink
Update README.md to reflect latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Mar 22, 2024
1 parent 529e478 commit 9030945
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Currently maintained versions:
| Spring Boot 2.x Support| Spring Boot 3.x Support |
|[3.1.x](https://github.com/sitemesh/sitemesh3/tree/3.1.x)| [Master Branch](https://github.com/sitemesh/sitemesh3)|
|[Java Docs](https://sitemesh.github.io/sitemesh3/javadoc/3.1.x/)||
| [Download 3.1.0](https://github.com/sitemesh/sitemesh3/releases/tag/3.1.0) | [Download 3.2.0](https://github.com/sitemesh/sitemesh3/releases/tag/3.2.0)|
| [Download 3.1.1](https://github.com/sitemesh/sitemesh3/releases/tag/3.1.1) | [Download 3.2.1](https://github.com/sitemesh/sitemesh3/releases/tag/3.2.1)|

[Website / Documentation (Built with Offline Generator)](https://sitemesh.github.io/sitemesh-website/)

Expand All @@ -26,7 +26,7 @@ You can either download the release build and simply add the sitemesh jar to you
```gradle
dependencies {
// ... other dependencies
runtimeOnly 'org.sitemesh:sitemesh:3.2.0'
runtimeOnly 'org.sitemesh:sitemesh:3.2.1'
}
```

Expand All @@ -36,7 +36,7 @@ dependencies {
<dependency>
<groupId>org.sitemesh</groupId>
<artifactId>sitemesh</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>
</dependencies>
```
Expand All @@ -46,7 +46,7 @@ or if you are using Spring Boot, use the config free starter (see example applic
```gradle
dependencies {
// ... other dependencies
runtimeOnly 'org.sitemesh:spring-boot-starter-sitemesh:3.2.0'
runtimeOnly 'org.sitemesh:spring-boot-starter-sitemesh:3.2.1'
}
```

Expand All @@ -56,7 +56,7 @@ dependencies {
<dependency>
<groupId>org.sitemesh</groupId>
<artifactId>spring-boot-starter-sitemesh</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 9030945

Please sign in to comment.