From c44d6dc9bb99a57586c7b4a2dcb02b3fb56729fb Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 4 Jul 2024 14:09:28 +0100 Subject: [PATCH] chore: bump version to 1.2.10 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index df84537..f0517f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: quickgui description: An elegant virtual machine manager for the desktop publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.2.9+1 +version: 1.2.10+1 environment: flutter: "3.22.0"