diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b7d89..6484909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.4.1 - 2021-04-06 ### Fixed diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 0000000..b2d9fd9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -0,0 +1,3 @@ +### Fixed + +- Some actions would pass the wrong user id around causing infinite spinners, this is now fixed diff --git a/pubspec.yaml b/pubspec.yaml index b5b2e59..2c82992 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # 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: 0.4.0+13 +version: 0.4.1+14 environment: sdk: ">=2.7.0 <3.0.0"