Skip to content

Commit af9ce66

Browse files
authored
Bump version to 1.5.1 (#140)
1 parent 8c02ff6 commit af9ce66

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
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
implementation("app.photofox.vips-ffm:vips-ffm-core:1.5.0")
26+
implementation("app.photofox.vips-ffm:vips-ffm-core:1.5.1")
2727
}
2828
```
2929
When running your project you must add `--enable-native-access=ALL-UNNAMED` to your JVM runtime arguments. If you

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 id="usage-heading">Usage</h2>
7070
}
7171

7272
dependencies {
73-
implementation(&quot;app.photofox.vips-ffm:vips-ffm-core:1.5.0&quot;)
73+
implementation(&quot;app.photofox.vips-ffm:vips-ffm-core:1.5.1&quot;)
7474
}
7575
</code></pre>
7676
<p>When running your project you must add <code>--enable-native-access=ALL-UNNAMED</code> to your JVM runtime arguments. If you

0 commit comments

Comments
 (0)