Skip to content

Commit 410adc5

Browse files
authored
Update README.md
Updated Maven Central library version numbers
1 parent 5d77a6b commit 410adc5

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
@@ -54,7 +54,7 @@ The framework provides support for the following features:
5454
This Framework is now available as a library on Maven Central. You can add it to your Gradle project by adding the following dependency to your `build.gradle` file:
5555

5656
```groovy
57-
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.0.0'
57+
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.0.1'
5858
```
5959

6060
Or to your Maven project by adding it to your `pom.xml` file:
@@ -63,7 +63,7 @@ Or to your Maven project by adding it to your `pom.xml` file:
6363
<dependency>
6464
<groupId>com.digitalsanctuary</groupId>
6565
<artifactId>ds-spring-user-framework</artifactId>
66-
<version>3.0.0</version>
66+
<version>3.0.1</version>
6767
</dependency>
6868
```
6969

0 commit comments

Comments
 (0)