aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-03-01 15:07:20 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2022-03-01 15:12:01 +0100
commit833e8c88b671878cecd9adb46949f3f0dbaa3535 (patch)
treeef1a98ec7587faed99e789ffe40e80877f61f53c /README.md
parentf46e145c27396e4b9bee7491a91d07989c552d5f (diff)
Release 0.1.6.v0.1.6
Change-Id: Ie74bae8648919964e4d0e6c9ef51f987ee8259fe
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6f2c95e..29348c8 100644
--- a/README.md
+++ b/README.md
@@ -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")