diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-10-09 19:37:56 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-10-09 19:37:56 +0200 |
commit | 5250458f7decf1f25cce764c094f8e5af974c147 (patch) | |
tree | f91da2d83d406f94c9941c8d3f2e8a12c62b46bf /README.md | |
parent | e0022376763eaefe76ff2b552e0d91f21999ae8a (diff) |
Release 0.1.7.v0.1.7
Change-Id: I8aac861c11109073c8d62fec1fe8e122e81fe242
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ pairs of [String][] and `int`, you can use the following code: <dependency> <groupId>eu.mulk.jgvariant</groupId> <artifactId>jgvariant-bom</artifactId> - <version>0.1.6</version> + <version>0.1.7</version> <type>pom</type> <scope>import</scope> </dependency> @@ -87,7 +87,7 @@ pairs of [String][] and `int`, you can use the following code: dependencies { ... - implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.6") + implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.7") implementation("eu.mulk.jgvariant:jgvariant-core") implementation("eu.mulk.jgvariant:jgvariant-ostree") |