From 92587572cd88a4420d3ffbff4ee87a16d2ce024e Mon Sep 17 00:00:00 2001 From: Crossle Song Date: Fri, 6 Sep 2024 11:04:48 +0400 Subject: [PATCH] bump version to 1.12.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c6857cc39d..9bf2d4fd53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ publish_to: none # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.11.2+304 +version: 1.12.0+308 environment: sdk: "^3.5.0"