Skip to content

Commit

Permalink
Update version number in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Apr 7, 2024
1 parent 956c1ba commit ba80c6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java-GI

**Java-GI** is a tool for generating GObject-Introspection bindings for Java. The generated bindings use the [Panama Foreign Function & Memory API](https://openjdk.org/projects/panama/) (JEP 442, currently in preview status) to directly access native resources from inside the JVM, with wrapper classes based on GObject-Introspection to offer an elegant API. Java-GI version 0.9.0 generates bindings to develop Java applications for libraries, based of the versions in GNOME Platform 45:
**Java-GI** is a tool for generating GObject-Introspection bindings for Java. The generated bindings use the [Panama Foreign Function & Memory API](https://openjdk.org/projects/panama/) (JEP 442, currently in preview status) to directly access native resources from inside the JVM, with wrapper classes based on GObject-Introspection to offer an elegant API. Java-GI version 0.9.1 generates bindings to develop Java applications for libraries, based of the versions in GNOME Platform 45:

| Library | Java-GI 0.7.x | Java-GI 0.8.x and 0.9.x |
|---------------|---------------|-------------------------|
Expand Down
4 changes: 2 additions & 2 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please note that Java-GI is still under active development. Feedback is welcome.

## Supported libraries

Java-GI version 0.7.2 works with OpenJDK 20. Version 0.8.0 and 0.9.0 require OpenJDK 21. They have been built with the following library versions:
Java-GI version 0.7.2 works with OpenJDK 20. Version 0.8.* and 0.9.* require OpenJDK 21. They have been built with the following library versions:

| Library | Java-GI 0.7.x | Java-GI 0.8.x and 0.9.x |
|---------------|---------------|-------------------------|
Expand All @@ -34,7 +34,7 @@ Java bindings for there libraries are available from [Maven Central](https://cen

## API documentation

Java-GI converts API documentation from GObject-Introspection to Javadoc. For the library bindings published by Java-GI 0.9.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.9.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.9.0'
implementation 'io.github.jwharm.javagi:gtk:0.9.1'
}
```

Expand Down

0 comments on commit ba80c6e

Please sign in to comment.