diff --git a/lib/utils/string.dart b/lib/utils/string.dart index 4e04295..98c6480 100644 --- a/lib/utils/string.dart +++ b/lib/utils/string.dart @@ -11,7 +11,7 @@ class Strings { static String remoteUrl = "https://github.com/guozhigq/flutter_v2ex"; /// 提交tag时 记得更改 - static String currentVersion = 'v1.2.6'; + static String currentVersion = 'v1.2.7'; List base64BlackList = [ "bilibili", "Bilibili", diff --git a/pubspec.yaml b/pubspec.yaml index 0f28280..dda2c9b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # 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. -version: 1.2.6 +version: 1.2.7 environment: sdk: ">=3.0.0 <4.0.0"