From a7c0abba389c358e322f128cea1a5df2111a0f62 Mon Sep 17 00:00:00 2001 From: reasje Date: Thu, 4 Jul 2024 17:44:06 +0330 Subject: [PATCH] build: Increase version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2100a6fa..f89ae2be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.4.2 +version: 2.4.3 environment: sdk: ">=2.19.0 <3.0.0"