File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Next
1+ # 0.6.1
22
33- Library: Fix Value size (ValueFactory) and property access
44- Generator: Add cairo PNG support
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ There are more demo applications in [examples/src/main/java/examples](examples/s
7676Compile 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
9191dependencies {
92- implementation(" com.github.bailuk:java-gtk:0.6.0 " )
92+ implementation(" com.github.bailuk:java-gtk:0.6.1 " )
9393}
9494
9595application {
You can’t perform that action at this time.
0 commit comments