diff --git a/README.md b/README.md index 136386fc..675b0e92 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ repositories { } dependencies { - implementation 'io.github.jwharm.javagi:gtk:0.10.0' + implementation 'io.github.jwharm.javagi:gtk:0.10.1' } ``` diff --git a/website/docs/index.md b/website/docs/index.md index 7f387110..c16d2c65 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -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. diff --git a/website/docs/usage.md b/website/docs/usage.md index a3377367..7c4b05f3 100644 --- a/website/docs/usage.md +++ b/website/docs/usage.md @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation 'io.github.jwharm.javagi:gtk:0.10.0' + implementation 'io.github.jwharm.javagi:gtk:0.10.1' } ```