We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d0d83 + 3787ee4 commit ee9f4f9Copy full SHA for ee9f4f9
1 file changed
README.md
@@ -72,14 +72,14 @@ Check out the [Spring User Framework Demo Application](https://github.com/devond
72
<dependency>
73
<groupId>com.digitalsanctuary</groupId>
74
<artifactId>ds-spring-user-framework</artifactId>
75
- <version>3.1.0</version>
+ <version>3.1.1</version>
76
</dependency>
77
```
78
79
### Gradle
80
81
```groovy
82
-implementation 'com.digitalsanctuary:ds-spring-user-framework:3.1.0'
+implementation 'com.digitalsanctuary:ds-spring-user-framework:3.1.1'
83
84
85
## Quick Start
0 commit comments