Skip to content

Commit ed28bc1

Browse files
committed
Release 5.0.1
1 parent 4ba3863 commit ed28bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Download the JAR though [Maven](http://mvnrepository.com/artifact/com.github.der
4848
<dependency>
4949
<groupId>com.github.derjust</groupId>
5050
<artifactId>spring-data-dynamodb</artifactId>
51-
<version>5.0.0</version>
51+
<version>5.0.1</version>
5252
</dependency>
5353
```
5454

@@ -62,7 +62,7 @@ repositories {
6262
dependencies {
6363
compile group: 'com.github.derjust',
6464
name: 'spring-data-dynamodb',
65-
version: '5.0.0'
65+
version: '5.0.1'
6666
}
6767
```
6868

0 commit comments

Comments
 (0)