aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2024-07-22 06:34:17 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2024-07-22 06:35:54 +0200
commit15310a21589e37a422074fcab106543927d47566 (patch)
tree3ebf0b23c974a54309e2788b9a536bea0b238640 /README.md
parentf4d3af80f3ff63be85a37f36d91be3db82a67268 (diff)
Release 0.1.10v0.1.10
Change-Id: Ib4e0fccb1c65862909d63587d16d7283fc49a10a
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 dc3f37f..3de4138 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,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.8</version>
+ <version>0.1.10</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -166,7 +166,7 @@ You can also run the tool directly with Maven using the `exec` profile:
dependencies {
...
- implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.8")
+ implementation(platform("eu.mulk.jgvariant:jgvariant-bom:0.1.10")
implementation("eu.mulk.jgvariant:jgvariant-core")
implementation("eu.mulk.jgvariant:jgvariant-ostree")