Bump version in documentation

This commit is contained in:
Moandji Ezana 2016-07-12 13:13:32 +02:00
parent 120d1396fd
commit bede018b3d
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.6.0</version>
<version>0.7.0</version>
</dependency>
```