From b062cfa10f72b8112109f3da013d1cebc5523ecd Mon Sep 17 00:00:00 2001 From: Tamara Slosarek Date: Sat, 30 Dec 2023 01:10:38 +0100 Subject: [PATCH] chore(app): add version number for Google Play Store --- app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index b728758b..5b8f2bfa 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -1,7 +1,7 @@ name: app description: A new Flutter project. publish_to: 'none' -version: 1.0.1 +version: 1.0.1+7 environment: sdk: '>=2.17.0 <3.3.0'