Skip to content

Commit

Permalink
Version 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocomotive committed May 17, 2023
1 parent 0c51f41 commit dc6db7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/screens/contacts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class _ContactsPageState extends State<ContactsPage> {
void initState() {
ConfigProvider.currentId!.then((id) async {
_data = ConfigProvider.client!.getUsersMailSettings(await ConfigProvider.currentId!);
setState(() {});
});
super.initState();
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.0.0-alpha.1+32
version: 2.0.0-alpha.2+33

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down

0 comments on commit dc6db7a

Please sign in to comment.