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

Commit

Permalink
chore: 0.7.1+10
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Oct 4, 2021
1 parent 59ce1ff commit 90da5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0';
const buildNumber = '9';
const version = '0.7.1';
const buildNumber = '10';

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.0+9
version: 0.7.1+10

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

0 comments on commit 90da5bd

Please sign in to comment.