We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5.0.1
1 parent 4ba3863 commit ed28bc1Copy full SHA for ed28bc1
README.md
@@ -48,7 +48,7 @@ Download the JAR though [Maven](http://mvnrepository.com/artifact/com.github.der
48
<dependency>
49
<groupId>com.github.derjust</groupId>
50
<artifactId>spring-data-dynamodb</artifactId>
51
- <version>5.0.0</version>
+ <version>5.0.1</version>
52
</dependency>
53
```
54
@@ -62,7 +62,7 @@ repositories {
62
dependencies {
63
compile group: 'com.github.derjust',
64
name: 'spring-data-dynamodb',
65
- version: '5.0.0'
+ version: '5.0.1'
66
}
67
68
0 commit comments