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


The following commit(s) were added to refs/heads/main by this push:
     new 36ce6c599 🔄 synced local 'docs/docs/guide/' with remote 'docs/guide/'
36ce6c599 is described below

commit 36ce6c599cd9a105f61cb6e06cdbb9f57df6fff6
Author: chaokunyang <[email protected]>
AuthorDate: Mon Dec 15 15:55:10 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 c08a9cad8..852c69d0c 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.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
diff --git a/docs/docs/guide/kotlin/index.md b/docs/docs/guide/kotlin/index.md
index 6975c8958..5d0b26d4e 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.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
 ### Gradle
 
 ```kotlin
-implementation("org.apache.fory:fory-kotlin:0.13.2")
+implementation("org.apache.fory:fory-kotlin:0.14.0")
 ```
 
 ## Quick Start
diff --git a/docs/docs/guide/scala/index.md b/docs/docs/guide/scala/index.md
index 7d158bcf1..b81a9a4a4 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.13.2"
+libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.14.0"
 ```
 
 ## Quick Start
diff --git a/docs/docs/guide/xlang/getting-started.md 
b/docs/docs/guide/xlang/getting-started.md
index 45e7263ee..3645d77d3 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.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
 **Gradle:**
 
 ```gradle
-implementation 'org.apache.fory:fory-core:0.13.2'
+implementation 'org.apache.fory:fory-core:0.14.0'
 ```
 
 ### Python


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to