From c99062e190b2a627a7cfdca92dee38c0dacca8db Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 16 Jun 2026 12:45:00 -0700 Subject: [PATCH] Bump dart_bridge_version to 1.3.1 Update manifest.json to use dart_bridge_version 1.3.1 (previously 1.3.0). This patches the Dart bridge dependency; no other manifest fields were modified. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9f4b041..c772942 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "default_python_version": "3.14", - "dart_bridge_version": "1.3.0", + "dart_bridge_version": "1.3.1", "pythons": { "3.12": { "full_version": "3.12.13",