Skip to content

Commit 38ecebd

Browse files
committed
docs: README install snippets pinned to v1.6.0 (JitPack live)
1 parent 4c555ad commit 38ecebd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ Sits between **iText** (low-level page primitives) and **JasperReports** (XML-te
4949
<dependency>
5050
<groupId>com.github.DemchaAV</groupId>
5151
<artifactId>GraphCompose</artifactId>
52-
<version>v1.5.1</version>
52+
<version>v1.6.0</version>
5353
</dependency>
5454
```
5555

5656
```kotlin
5757
repositories { maven("https://jitpack.io") }
58-
dependencies { implementation("com.github.demchaav:GraphCompose:v1.5.1") }
58+
dependencies { implementation("com.github.demchaav:GraphCompose:v1.6.0") }
5959
```
6060

61-
> v1.6.0 ships shortly &mdash; snippets stay pinned to the previously published tag until JitPack confirms the new build.
61+
> Latest published tag: **v1.6.0** &mdash; the "expressive" release. Full notes in [`CHANGELOG.md`](./CHANGELOG.md).
6262
6363
## Hello world
6464

0 commit comments

Comments
 (0)