Skip to content

Commit

Permalink
Set version to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Mar 5, 2024
1 parent ef636f6 commit 591a3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The library is available on Maven Central. Include it in your `gradle.build` or

```
dependencies {
implementation 'io.github.jwharm.cairobindings:cairo:1.18.1'
implementation 'io.github.jwharm.cairobindings:cairo:1.18.2'
}
```

Expand Down
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.cairobindings"
version = "1.18.1"
version = "1.18.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 591a3f7

Please sign in to comment.