From 7e3e87a130a596a49c6fd8a5ab919c9848f0a1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Lepp=C3=A4?= Date: Wed, 24 Apr 2024 15:31:31 +0300 Subject: [PATCH 1/2] Fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d445b95..e9a68b7 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ Replace [STOREPASS] with generated password Encode keystore as base64 (so it can be stored as GitHub environment secret) - base64 -i app.keystore -o app.keystore.b64 \ No newline at end of file + base64 -i app.keystore -o app.keystore.b64 \ No newline at end of file From 855d707e7cf30943d27a5abec4d2d7b8a1c7a684 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Apr 2024 12:31:46 +0000 Subject: [PATCH 2/2] Updated version in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b24330f..890e08e 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: 1.0.2 +version: 1.0.3-develop.0 environment: sdk: ">=3.2.4 <4.0.0"