Skip to content

Commit

Permalink
Fix module name typo (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
lopcode authored Sep 26, 2024
1 parent 593c32a commit 1ddb393
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 @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.10")
implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.11")
}
```
When running your project you must add: `--enable-native-access=ALL-UNNAMED` to your JVM runtime arguments. If you
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module app.photofox.vipffm {
module app.photofox.vipsffm {
exports app.photofox.vipsffm;
exports app.photofox.vipsffm.enums;
exports app.photofox.vipsffm.jextract;
Expand Down

0 comments on commit 1ddb393

Please sign in to comment.