Skip to content

Commit 270e5f0

Browse files
committed
Prepare for release
1 parent 6ffdb08 commit 270e5f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next Release (0.4.0)
1+
# Release (0.4.0)
22

33
- Generator: Improve record support (structure and callbacks)
44
- Generator: Java doc for callback class
@@ -13,7 +13,7 @@
1313
- CI: Update GIR Files (add script) and prefer from Project
1414
- CI: Update dependencies: gradle:8.1, kotlin:1.8.20, jna:5.13.0, junit-jupiter:5.9.2, axion-release:1.15.0
1515

16-
# Release (0.3.0)
16+
# 0.3.0
1717

1818
- Generator: Add java doc to signal connectors
1919
- Generator: Support GeoClue2

README.md

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

7171
## Integration
72-
Library and [Javadoc](https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.3.0/javadoc/) is available via [JitPack](https://jitpack.io).
72+
Library and [Javadoc](https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.4.0/javadoc/) is available via [JitPack](https://jitpack.io).
7373

7474
```kotlin
7575
// build.gradle.kts
@@ -82,7 +82,7 @@ repositories {
8282
}
8383

8484
dependencies {
85-
implementation("com.github.bailuk:java-gtk:0.3.0")
85+
implementation("com.github.bailuk:java-gtk:0.4.0")
8686
}
8787

8888
application {

0 commit comments

Comments
 (0)