Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
chore: 1.4.0+24
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Oct 30, 2021
1 parent ab59a2f commit faf9e5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/utils/string.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import 'pangu.dart';
// record them manually
const appName = 'ECNU Timetable';
const packageName = 'io.github.ccxxxi.ecnu_timetable';
const version = '1.3.1';
const buildNumber = '23';
const version = '1.4.0';
const buildNumber = '24';

const release = '$packageName@$version+$buildNumber';

Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
name: built_value
url: "https://pub.flutter-io.cn"
source: hosted
version: "8.1.2"
version: "8.1.3"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -320,7 +320,7 @@ packages:
name: flutter_native_splash
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.4"
version: "1.3.1"
flutter_settings_screens:
dependency: "direct main"
description:
Expand Down Expand Up @@ -533,7 +533,7 @@ packages:
name: msix
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.4.2"
version: "2.6.2"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -603,7 +603,7 @@ packages:
name: path_provider
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.5"
version: "2.0.6"
path_provider_linux:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 更美观更智能的ECNU课程表。
# Prevent the package from being accidentally published to pub.dev.
publish_to: "none"

version: 1.3.1+23
version: 1.4.0+24

environment:
sdk: ">=2.15.0-172.0.dev"
Expand Down Expand Up @@ -60,7 +60,7 @@ msix_config:
display_name: "ECNU Timetable"
publisher_display_name: "CCXXXI"
identity_name: "io.github.ccxxxi.ecnu-timetable"
msix_version: 1.3.1.23
msix_version: 1.4.0.24
logo_path: "assets/images/app_icon.png"

flutter:
Expand Down

0 comments on commit faf9e5a

Please sign in to comment.