From 28b0107925a19b5ddd4ee6263a105a625f7e17ad Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 14 May 2026 14:19:11 -0400 Subject: [PATCH] chore(flutter): bump versionCode to 4 for v2026.05.13.3 hotfix --- flutter_client/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_client/pubspec.yaml b/flutter_client/pubspec.yaml index 0ab693a6..76bb9dca 100644 --- a/flutter_client/pubspec.yaml +++ b/flutter_client/pubspec.yaml @@ -1,7 +1,7 @@ name: minstrel description: Minstrel mobile client publish_to: 'none' -version: 2026.5.13+3 +version: 2026.5.13+4 environment: sdk: '>=3.5.0 <4.0.0'