diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-12-11 20:30:38 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2023-12-12 19:18:19 +0100 |
commit | 63382ac98d48371380e11f4ec5eab42e15c14134 (patch) | |
tree | a0ceb1e9dc23cde1b050f6fbc181e093042b65eb /README.md | |
parent | 3887e3f0a84a01a8a59409c278c352edc2ce890a (diff) |
Release 0.1.8.v0.1.8
Change-Id: I3676b1e0c0e2ad0eaad2ea8c48a452209d73739e
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |