Skip to content

Commit

Permalink
Update to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Mar 5, 2020
1 parent 34b5940 commit e7464fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "FLUTTER_FRAMEWORK_DIR=/Users/rainvisitor/development/flutter/bin/cache/artifacts/engine/ios-release"
export "FLUTTER_BUILD_NAME=3.3.1"
export "FLUTTER_BUILD_NUMBER=30301"
export "FLUTTER_BUILD_NAME=3.3.2"
export "FLUTTER_BUILD_NUMBER=30302"
4 changes: 2 additions & 2 deletions lib/utils/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AppLocalizations {
'app_name': 'NKUST AP',
'update_note_title': 'Update Notes',
'update_note_content':
'1.Release new API version(will clear old preference data).\n2.Add midterm warning page.\n3.Add reward and penalty page.\n4.Impove course page.\n5.Add feature leave apply.\n6.Fix some bug',
'1.Fix offline error',
'splash_content': '我們全都包了\n只剩下學校不包我們',
'share': 'Share',
'teacher_confirm_title': 'Are you a teacher?',
Expand Down Expand Up @@ -429,7 +429,7 @@ class AppLocalizations {
'app_name': '高科校務通',
'update_note_title': '更新日誌',
'update_note_content':
'1.全新推出新的API(此更新會清除先前資料)\n2.新增期中預警\n3.新增獎懲紀錄\n4.改善課表顯示\n5.新增請假申請\n6.修正部分錯誤',
'1.修復離線登入錯誤',
'splash_content': '我們全都包了\n只剩下學校不包我們',
'share': '分享',
'teacher_confirm_title': '您是老師嗎?',
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.1+30301
version: 3.3.2+30302

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

0 comments on commit e7464fe

Please sign in to comment.