From b13d17e87d618106ff7ba7a43b50f34e7f45363a Mon Sep 17 00:00:00 2001 From: Tamara Slosarek Date: Sat, 30 Dec 2023 00:52:32 +0100 Subject: [PATCH] chore(app): increase version number --- app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index fd758c4d..b728758b 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.0+1 +version: 1.0.1 environment: sdk: '>=2.17.0 <3.3.0'