From 826497ea80df3308426e081f14b1fa97a294b522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ce=C4=BEuch?= Date: Mon, 17 Jun 2024 15:02:37 +0200 Subject: [PATCH] sync version in pubspec.yaml (#11) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1996dcd..8c0e43e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: autogram description: "Autogram v mobile" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.0+31 +version: 1.0.0+32 environment: sdk: '>=3.2.3 <4.0.0'