Bump version to 0.6.0

This commit is contained in:
Moandji Ezana 2016-06-14 20:01:22 -04:00
parent b7d3b34619
commit f0da6d4c36
2 changed files with 6 additions and 2 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.5.1</version>
<version>0.6.0</version>
</dependency>
```
@ -305,6 +305,10 @@ Output:
Date precision is limited to milliseconds.
## Changelog
Please see the [changelog](CHANGELOG.md).
## Contributing
Please see the [contribution guidelines](CONTRIBUTING.md).

View File

@ -7,7 +7,7 @@
</parent>
<groupId>com.moandjiezana.toml</groupId>
<artifactId>toml4j</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.6.0-SNAPSHOT</version>
<name>toml4j</name>
<description>A parser for TOML</description>
<url>http://moandjiezana.com/toml/toml4j</url>