Skip to content

Commit 634eb24

Browse files
committed
Update version to 3.2.1 in Maven and Gradle installation instructions
1 parent 80f7c47 commit 634eb24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ Check out the [Spring User Framework Demo Application](https://github.com/devond
8484
<dependency>
8585
<groupId>com.digitalsanctuary</groupId>
8686
<artifactId>ds-spring-user-framework</artifactId>
87-
<version>3.2.0</version>
87+
<version>3.2.1</version>
8888
</dependency>
8989
```
9090

9191
### Gradle
9292

9393
```groovy
94-
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.2.0'
94+
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.2.1'
9595
```
9696

9797
## Quick Start

0 commit comments

Comments
 (0)