diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-03-01 15:07:20 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-03-01 15:12:01 +0100 |
commit | 833e8c88b671878cecd9adb46949f3f0dbaa3535 (patch) | |
tree | ef1a98ec7587faed99e789ffe40e80877f61f53c /README.md | |
parent | f46e145c27396e4b9bee7491a91d07989c552d5f (diff) |
Release 0.1.6.v0.1.6
Change-Id: Ie74bae8648919964e4d0e6c9ef51f987ee8259fe
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.5</version> + <version>0.1.6</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.5") + implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.6") implementation("eu.mulk.jgvariant:jgvariant-core") implementation("eu.mulk.jgvariant:jgvariant-ostree") |