diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-12-30 21:07:52 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-12-30 21:08:55 +0100 |
commit | 2db188dc8d512746489a7a17e300cd74121dbe63 (patch) | |
tree | 8764e692c1c5f089e08e4d69a213418d77abddd3 /README.md | |
parent | a8514a3caaaf33018dd9867c8ac7fe13afa569b5 (diff) |
Release 0.1.5.v0.1.5
Change-Id: If5662f38b8475c588223b93ce0bf1cee31a37b6c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |