From 5b4f003bdd5381f0dfa191fe3bc178491b755a2b Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 16 Jun 2026 13:27:21 -0700 Subject: [PATCH] Bump dart_bridge_version to 1.3.2 Update manifest.json to upgrade dart_bridge_version from 1.3.1 to 1.3.2. This applies a patch version bump for the Dart bridge; no other manifest fields were changed. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c772942..cd5afa6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "default_python_version": "3.14", - "dart_bridge_version": "1.3.1", + "dart_bridge_version": "1.3.2", "pythons": { "3.12": { "full_version": "3.12.13",