diff --git a/README.md b/README.md
index f25b499..074b2bf 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ the build runs on any OS/arch.
io.github.dfa1.zstd
zstd-platform
- 0.4
+ 0.6
```
@@ -58,7 +58,7 @@ plus only the `zstd-native-` you target.
io.github.dfa1.zstd
zstd-bom
- 0.4
+ 0.6
pom
import
diff --git a/docs/tutorial.md b/docs/tutorial.md
index 41cc55d..e0b29c7 100644
--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -14,12 +14,12 @@ runs on any OS/arch:
io.github.dfa1.zstd
zstd-platform
- 0.4
+ 0.6
```
```groovy
-implementation("io.github.dfa1.zstd:zstd-platform:0.4")
+implementation("io.github.dfa1.zstd:zstd-platform:0.6")
```
That pulls all six natives (~3.8 MB, five unused per platform). When you target a
@@ -32,7 +32,7 @@ the matching classifier:
io.github.dfa1.zstd
zstd-bom
- 0.4
+ 0.6
pom
import
@@ -53,7 +53,7 @@ the matching classifier:
```
```groovy
-implementation(platform("io.github.dfa1.zstd:zstd-bom:0.4"))
+implementation(platform("io.github.dfa1.zstd:zstd-bom:0.6"))
implementation("io.github.dfa1.zstd:zstd")
runtimeOnly("io.github.dfa1.zstd:zstd-native-osx-aarch64")
```