Skip to content

Commit 5f76cde

Browse files
committed
Update README.md and CHANGELOG.md
1 parent 8aea8e7 commit 5f76cde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next
1+
# 0.6.1
22

33
- Library: Fix Value size (ValueFactory) and property access
44
- Generator: Add cairo PNG support

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There are more demo applications in [examples/src/main/java/examples](examples/s
7676
Compile Java library, generate JAR archive and copy JAR archive as artifact to local Maven repository (`~/.m2/repository`).
7777

7878
## Integration
79-
Library and [Javadoc](https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.6.0/javadoc/) is available via [JitPack](https://jitpack.io).
79+
Library and [Javadoc](https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.6.1/javadoc/) is available via [JitPack](https://jitpack.io).
8080

8181
```kotlin
8282
// build.gradle.kts
@@ -89,7 +89,7 @@ repositories {
8989
}
9090

9191
dependencies {
92-
implementation("com.github.bailuk:java-gtk:0.6.0")
92+
implementation("com.github.bailuk:java-gtk:0.6.1")
9393
}
9494

9595
application {

0 commit comments

Comments
 (0)