aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-12-30 21:07:52 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2021-12-30 21:08:55 +0100
commit2db188dc8d512746489a7a17e300cd74121dbe63 (patch)
tree8764e692c1c5f089e08e4d69a213418d77abddd3 /README.md
parenta8514a3caaaf33018dd9867c8ac7fe13afa569b5 (diff)
Release 0.1.5.v0.1.5
Change-Id: If5662f38b8475c588223b93ce0bf1cee31a37b6c
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 f1a2d05..25c1eca 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,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.4</version>
+ <version>0.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -81,7 +81,7 @@ pairs of [String][] and `int`, you can use the following code:
dependencies {
...
- implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.4")
+ implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.5")
implementation("eu.mulk.jgvariant:jgvariant-core")
implementation("eu.mulk.jgvariant:jgvariant-ostree")