mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-10-31 17:29:14 +00:00
Bump version to 0.6.0
This commit is contained in:
parent
b7d3b34619
commit
f0da6d4c36
|
@ -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).
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue