Skip to content

Commit

Permalink
update version to 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Apr 22, 2024
1 parent 34d349b commit 7560dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/helper/constant.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';

// 客户端应用版本号
const clientVersion = '1.0.14';
const clientVersion = '1.0.15';
// 本地数据库版本号
const databaseVersion = 26;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
# 应用正式发布时,需要同步修改 lib/helper/constant.dart 中的 VERSION 值
version: 1.0.14+2
version: 1.0.15

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 7560dad

Please sign in to comment.