Skip to content

Commit

Permalink
Set version to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Sep 17, 2023
1 parent 7293632 commit 2f479b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.jwharm.cairo-java-bindings"
version = "1.16.1"
version = "1.16.2"

repositories {
mavenCentral()
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
* This module contains Java language bindings for the <a href="https://www.cairographics.org">cairo</a>
* graphics library using the JEP-434 Panama FFI. The bindings are based on <strong>cairo 1.16</strong>
* and work with <strong>JDK 20</strong> (with preview features enabled).
*/
module org.freedesktop.cairo {
exports org.freedesktop.cairo;
exports org.freedesktop.freetype;
Expand Down

0 comments on commit 2f479b8

Please sign in to comment.