Skip to content

Commit

Permalink
tag:2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyakuaile committed Sep 11, 2024
1 parent d7c696b commit 6636de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/check_version_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'http_util.dart';
import 'log_util.dart';

class CheckVersionUtil {
static const version = '2.7.4';
static const version = '2.7.5';
static final versionHost = EnvUtil.checkVersionHost();
static final downloadLink = EnvUtil.sourceDownloadHost();
static final releaseLink = EnvUtil.sourceReleaseHost();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.7.4+10240910
version: 2.7.5+10240911

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit 6636de9

Please sign in to comment.