Bump version number in README

This commit is contained in:
Moandji Ezana 2016-07-27 15:39:30 +02:00
parent e6b66d2612
commit b919f5f446
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Add the following dependency to your POM (or equivalent for other dependency man
<dependency>
<groupId>com.moandjiezana.toml</groupId>
<artifactId>toml4j</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</dependency>
```