File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Next
1
+ # 0.6.1
2
2
3
3
- Library: Fix Value size (ValueFactory) and property access
4
4
- 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
76
76
Compile Java library, generate JAR archive and copy JAR archive as artifact to local Maven repository (` ~/.m2/repository ` ).
77
77
78
78
## 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 ) .
80
80
81
81
``` kotlin
82
82
// build.gradle.kts
@@ -89,7 +89,7 @@ repositories {
89
89
}
90
90
91
91
dependencies {
92
- implementation(" com.github.bailuk:java-gtk:0.6.0 " )
92
+ implementation(" com.github.bailuk:java-gtk:0.6.1 " )
93
93
}
94
94
95
95
application {
You can’t perform that action at this time.
0 commit comments