mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 03:04:14 +00:00
Bump version to 0.6.0
This commit is contained in:
parent
b7d3b34619
commit
f0da6d4c36
2 changed files with 6 additions and 2 deletions
|
@ -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).
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue