File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515#
1616
1717ifndef VERSION
18- VERSION=0.1 -SNAPSHOT
18+ VERSION=0.2 -SNAPSHOT
1919endif
2020
2121ifndef JOBS
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ The default demo application can be selected in [examples/src/main/java/examples
6666Compile Java library, generate JAR archive and copy JAR archive as artifact to local Maven repository (` ~/.m2/repository ` ).
6767
6868## Integration
69- Library and [ Javadoc] ( https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.1 /javadoc/ ) is available via [ JitPack] ( https://jitpack.io ) .
69+ Library and [ Javadoc] ( https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.2 /javadoc/ ) is available via [ JitPack] ( https://jitpack.io ) .
7070
7171``` kotlin
7272// build.gradle.kts
@@ -79,7 +79,7 @@ repositories {
7979}
8080
8181dependencies {
82- implementation(" com.github.bailuk:java-gtk:0.1 " )
82+ implementation(" com.github.bailuk:java-gtk:0.2 " )
8383}
8484
8585application {
You can’t perform that action at this time.
0 commit comments