From 4af0b90c825be15433b995a05acd19caf123c05c Mon Sep 17 00:00:00 2001 From: tamara-slosarek Date: Wed, 3 Jan 2024 17:38:18 +0100 Subject: [PATCH] build(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 5b8f2bfa..ddb61cfa 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+7 +version: 1.0.1+8 environment: sdk: '>=2.17.0 <3.3.0'