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 29348c8..d01d141 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.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")