From 30fc7603d458ca2efd84c0ceb904c1bc835016c4 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Thu, 14 May 2026 12:31:05 -0400 Subject: [PATCH] chore(flutter): bump versionCode to 3 for v2026.05.13.2 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 5ad68b0f..0ab693a6 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+2 +version: 2026.5.13+3 environment: sdk: '>=3.5.0 <4.0.0'