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 7be5542..bef2a2a 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ You can also run the tool directly with Maven using the `exec` profile:
<dependency>
<groupId>eu.mulk.jgvariant</groupId>
<artifactId>jgvariant-bom</artifactId>
- <version>0.1.7</version>
+ <version>0.1.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -147,7 +147,7 @@ You can also run the tool directly with Maven using the `exec` profile:
dependencies {
...
- implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.7")
+ implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.8")
implementation("eu.mulk.jgvariant:jgvariant-core")
implementation("eu.mulk.jgvariant:jgvariant-ostree")