diff --git a/lib/utils/string.dart b/lib/utils/string.dart index c11ff83e..e9eed398 100644 --- a/lib/utils/string.dart +++ b/lib/utils/string.dart @@ -7,8 +7,8 @@ import 'pangu.dart'; // record them manually const appName = 'ECNU Timetable'; const packageName = 'io.github.ccxxxi.ecnu_timetable'; -const version = '1.5.0'; -const buildNumber = '25'; +const version = '1.5.1'; +const buildNumber = '26'; const release = '$packageName@$version+$buildNumber'; diff --git a/pubspec.yaml b/pubspec.yaml index 6d27f478..70f9eb73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: 更美观更智能的 ECNU 课程表 # Prevent the package from being accidentally published to pub.dev. publish_to: "none" -version: 1.5.0+25 +version: 1.5.1+26 environment: sdk: ">=2.15.0-262.0.dev" @@ -60,7 +60,7 @@ msix_config: display_name: "ECNU Timetable" publisher_display_name: "CCXXXI" identity_name: "io.github.ccxxxi.ecnu-timetable" - msix_version: 1.5.0.25 + msix_version: 1.5.1.26 logo_path: "assets/images/app_icon.png" flutter: