aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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")