Skip to content

Commit

Permalink
Update to v3.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed May 17, 2020
1 parent 3393a2a commit fb89531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class SettingPageState extends State<SettingPage> {
packageInfo = await PackageInfo.fromPlatform();
setState(() {
isOffline = Preferences.getBool(Constants.PREF_IS_OFFLINE_LOGIN, false);
appVersion = packageInfo?.version ?? '3.3.13';
appVersion = packageInfo?.version ?? '3.3.15';
courseNotify = Preferences.getBool(Constants.PREF_COURSE_NOTIFY, false);
displayPicture =
Preferences.getBool(Constants.PREF_DISPLAY_PICTURE, true);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.

version: 3.3.14+30314
version: 3.3.15+30315

environment:
sdk: ">=2.6.0 <3.0.0"
Expand Down

0 comments on commit fb89531

Please sign in to comment.