Release v0.4.1

This commit is contained in:
shilangyu 2021-04-06 13:02:54 +02:00
parent c32caa2194
commit 9b725d8a02
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased ## v0.4.1 - 2021-04-06
### Fixed ### Fixed

View File

@ -0,0 +1,3 @@
### Fixed
- Some actions would pass the wrong user id around causing infinite spinners, this is now fixed

View File

@ -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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.4.0+13 version: 0.4.1+14
environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"