Skip to content

Commit b47ae4e

Browse files
authored
Fix overview release version (#97)
1 parent 1d4e7ed commit b47ae4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
./gradlew clean core:javadoc
3+
./gradlew clean core:javadoc --rerun-tasks

docs/index.html

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

7171
dependencies {
72-
implementation(&quot;app.photofox.vips-ffm:vips-ffm-core:0.5.13&quot;)
72+
implementation(&quot;app.photofox.vips-ffm:vips-ffm-core:0.5.14&quot;)
7373
}
7474
</code></pre>
7575
<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)