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 f8866dfe37a995e4ed3bc3ac97577183ea40ad76 Author: chaokunyang <[email protected]> AuthorDate: Thu May 21 06:48:28 2026 +0000 🔄 synced local 'docs/compiler/' with remote 'docs/compiler/' --- docs/compiler/compiler-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compiler/compiler-guide.md b/docs/compiler/compiler-guide.md index 6fff34d0b3..7339a2e909 100644 --- a/docs/compiler/compiler-guide.md +++ b/docs/compiler/compiler-guide.md @@ -639,7 +639,7 @@ Add the Fory dependency to `pubspec.yaml`: ```yaml dependencies: - fory: ^0.1.0 + fory: ^1.0.0 dev_dependencies: build_runner: ^2.4.0 @@ -831,5 +831,5 @@ fory = "x.y.z" ```yaml dependencies: - fory: ^0.1.0 + fory: ^1.0.0 ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
