From 38e0a833adfe80ed05d660372e1e4ba84af617e6 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 25 Jun 2024 18:24:28 +0100 Subject: [PATCH] style: correct version in pubspec to adhere to Flutter conventions --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fe2b4d5..0a04eec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: quickgui description: A new Flutter project. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.8-1 +version: 1.2.8+1 environment: sdk: ">=3.2.0 <4.0.0"