From a692c5ecb427b94de56bf40fdeae7786031c0173 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 22 Feb 2024 16:28:16 +0000 Subject: [PATCH 1/2] Increment version number --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cfc4a56..9e5b8c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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: 1.0.17+20 +version: 1.0.18+20 environment: sdk: ">=2.18.5 <4.0.0" From 62933d0d77c3cf031a4ba561c26db9080609b288 Mon Sep 17 00:00:00 2001 From: Shai <45182218+namelessto@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:34:51 +0200 Subject: [PATCH 2/2] Update pubspec.yaml bump version for store --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9e5b8c3..2c7a3e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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: 1.0.18+20 +version: 1.0.18+21 environment: sdk: ">=2.18.5 <4.0.0"