Skip to content

Commit 1ddb393

Browse files
authored
Fix module name typo (#80)
1 parent 593c32a commit 1ddb393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.10")
23+
implementation("app.photofox.vips-ffm:vips-ffm-core:0.5.11")
2424
}
2525
```
2626
When running your project you must add: `--enable-native-access=ALL-UNNAMED` to your JVM runtime arguments. If you

core/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module app.photofox.vipffm {
1+
module app.photofox.vipsffm {
22
exports app.photofox.vipsffm;
33
exports app.photofox.vipsffm.enums;
44
exports app.photofox.vipsffm.jextract;

0 commit comments

Comments
 (0)