From f0da6d4c361852a137b3fb587758fff7846f94aa Mon Sep 17 00:00:00 2001 From: Moandji Ezana Date: Tue, 14 Jun 2016 20:01:22 -0400 Subject: [PATCH] Bump version to 0.6.0 --- README.md | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0426750..38e2be0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following dependency to your POM (or equivalent for other dependency man com.moandjiezana.toml toml4j - 0.5.1 + 0.6.0 ``` @@ -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). diff --git a/pom.xml b/pom.xml index 2a35408..afeec05 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.moandjiezana.toml toml4j - 0.5.0-SNAPSHOT + 0.6.0-SNAPSHOT toml4j A parser for TOML http://moandjiezana.com/toml/toml4j