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 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"