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 9f8ef6f51267bd4c8e1a01b8c2cfab911c7785d9 Author: chaokunyang <[email protected]> AuthorDate: Sun May 31 14:57:43 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 651f543896..654ea5236f 100644 --- a/docs/compiler/compiler-guide.md +++ b/docs/compiler/compiler-guide.md @@ -674,7 +674,7 @@ Add the Fory dependency to `pubspec.yaml`: ```yaml dependencies: - fory: ^1.0.0 + fory: ^1.1.0 dev_dependencies: build_runner: ^2.4.0 @@ -866,5 +866,5 @@ fory = "x.y.z" ```yaml dependencies: - fory: ^1.0.0 + fory: ^1.1.0 ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
