Skip to content

Commit

Permalink
Update version in README and website
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jun 1, 2024
1 parent 0441999 commit 9ea9d91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ repositories {
}
dependencies {
implementation 'io.github.jwharm.javagi:gtk:0.10.0'
implementation 'io.github.jwharm.javagi:gtk:0.10.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Java bindings for these libraries are available from [Maven Central](https:/

## API documentation

Java-GI converts API documentation from GObject-Introspection to Javadoc. For the library bindings published by Java-GI 0.10.0, [the Javadoc is available here](https://jwharm.github.io/java-gi/javadoc).
Java-GI converts API documentation from GObject-Introspection to Javadoc. For the library bindings published by Java-GI 0.10.1, [the Javadoc is available here](https://jwharm.github.io/java-gi/javadoc).

JAR files with the Javadoc and source code, to use offline in your IDE, are available from Maven Central.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}
dependencies {
implementation 'io.github.jwharm.javagi:gtk:0.10.0'
implementation 'io.github.jwharm.javagi:gtk:0.10.1'
}
```

Expand Down

0 comments on commit 9ea9d91

Please sign in to comment.