From 5964c18f0f3cd082e3184f2d22376a819e0ac430 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 20 Jul 2026 10:51:55 -0700 Subject: [PATCH] Bump dart bridge version to 1.5.1 Updates manifest.json to use dart_bridge_version 1.5.1 instead of 1.5.0. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 36e7c99..424255f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "default_python_version": "3.14", - "dart_bridge_version": "1.5.0", + "dart_bridge_version": "1.5.1", "pythons": { "3.12": { "full_version": "3.12.13",