Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
zsco committed Apr 24, 2024
1 parent e26dfcf commit 47a2504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/services/app_update.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class AppUpdater {
_foundUpdateAt!.add(cacheAge).isAfter(DateTime.now())) {
return _foundUpdate;
}
return null;
}

static Future<bool?> updateAvailable(
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: 0.0.310+310
version: 0.0.311+311


environment:
Expand Down

0 comments on commit 47a2504

Please sign in to comment.