This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 06d05b80f3cc9e3d3c50b74d87567fa306f321ae Author: chaokunyang <[email protected]> AuthorDate: Mon Dec 15 15:45:36 2025 +0000 🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/' --- docs/docs/guide/java/compression.md | 2 +- docs/docs/guide/kotlin/index.md | 4 ++-- docs/docs/guide/scala/index.md | 2 +- docs/docs/guide/xlang/getting-started.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/guide/java/compression.md b/docs/docs/guide/java/compression.md index 852c69d0c..c08a9cad8 100644 --- a/docs/docs/guide/java/compression.md +++ b/docs/docs/guide/java/compression.md @@ -84,7 +84,7 @@ CompressedArraySerializers.registerSerializers(fory); <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-simd</artifactId> - <version>0.14.0</version> + <version>0.13.2</version> </dependency> ``` diff --git a/docs/docs/guide/kotlin/index.md b/docs/docs/guide/kotlin/index.md index 5d0b26d4e..6975c8958 100644 --- a/docs/docs/guide/kotlin/index.md +++ b/docs/docs/guide/kotlin/index.md @@ -50,14 +50,14 @@ See [Java Features](../java/index.md#features) for complete feature list. <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.14.0</version> + <version>0.13.2</version> </dependency> ``` ### Gradle ```kotlin -implementation("org.apache.fory:fory-kotlin:0.14.0") +implementation("org.apache.fory:fory-kotlin:0.13.2") ``` ## Quick Start diff --git a/docs/docs/guide/scala/index.md b/docs/docs/guide/scala/index.md index b81a9a4a4..7d158bcf1 100644 --- a/docs/docs/guide/scala/index.md +++ b/docs/docs/guide/scala/index.md @@ -48,7 +48,7 @@ See [Java Features](../java/index.md#features) for complete feature list. Add the dependency with sbt: ```sbt -libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.14.0" +libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.2" ``` ## Quick Start diff --git a/docs/docs/guide/xlang/getting-started.md b/docs/docs/guide/xlang/getting-started.md index 3645d77d3..45e7263ee 100644 --- a/docs/docs/guide/xlang/getting-started.md +++ b/docs/docs/guide/xlang/getting-started.md @@ -31,14 +31,14 @@ This guide covers installation and basic setup for cross-language serialization <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.14.0</version> + <version>0.13.2</version> </dependency> ``` **Gradle:** ```gradle -implementation 'org.apache.fory:fory-core:0.14.0' +implementation 'org.apache.fory:fory-core:0.13.2' ``` ### Python --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
