From d24de62e4eaeb8e4bc5d9137372e8bbbf2210d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Ram=C3=ADrez?= Date: Thu, 26 Mar 2026 09:51:29 -0600 Subject: [PATCH] Revise README with new version and AI contributions Updated README to reflect new package version and added AI-assisted contributions section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4e6466..c2e9f3b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the following to your `pubspec.yaml` dependencies: ```yaml dependencies: - editorjs_flutter: ^0.5.0 + editorjs_flutter: ^0.5.0-beta.1 ``` Then run `flutter pub get`.