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> <dependency>
<groupId>com.moandjiezana.toml</groupId> <groupId>com.moandjiezana.toml</groupId>
<artifactId>toml4j</artifactId> <artifactId>toml4j</artifactId>
<version>0.5.1</version> <version>0.6.0</version>
</dependency> </dependency>
``` ```
@ -305,6 +305,10 @@ Output:
Date precision is limited to milliseconds. Date precision is limited to milliseconds.
## Changelog
Please see the [changelog](CHANGELOG.md).
## Contributing ## Contributing
Please see the [contribution guidelines](CONTRIBUTING.md). Please see the [contribution guidelines](CONTRIBUTING.md).

View file

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