From e30a345693d9a03831dfcf49dad87a7074ada549 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 30 Jun 2026 14:29:03 -0700 Subject: [PATCH] Bump dart_bridge_version to 1.4.1 dart-bridge 1.4.1 adds armeabi-v7a binaries for Python 3.13/3.14. Bump the manifest so the next date-keyed release advertises it to serious_python / flet. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 985b075..e617a7e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "default_python_version": "3.14", - "dart_bridge_version": "1.4.0", + "dart_bridge_version": "1.4.1", "pythons": { "3.12": { "full_version": "3.12.13",