Release v0.4.1
This commit is contained in:
parent
c32caa2194
commit
9b725d8a02
|
@ -1,4 +1,4 @@
|
|||
## Unreleased
|
||||
## v0.4.1 - 2021-04-06
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
### Fixed
|
||||
|
||||
- Some actions would pass the wrong user id around causing infinite spinners, this is now fixed
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue