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

Commit

Permalink
Merge pull request #108 from CCXXXI/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
CCXXXI authored Oct 4, 2021
2 parents 9df27b4 + 8028a46 commit aec41b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/settings/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class SettingsPage extends StatelessWidget {
AssetImage('assets/images/app_icon.png'),
width: 42,
),
width: 42, // fix bug on web
),
applicationLegalese: license,
applicationVersion: release,
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/messages.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 = '0.7.1';
const buildNumber = '10';
const version = '0.7.2';
const buildNumber = '11';

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

Expand Down
2 changes: 1 addition & 1 deletion 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: 0.7.1+10
version: 0.7.2+11

environment:
sdk: ">=2.15.0-172.0.dev"
Expand Down

0 comments on commit aec41b6

Please sign in to comment.