diff --git a/lib/utils/string.dart b/lib/utils/string.dart index 4d4ead4..2e70b1a 100644 --- a/lib/utils/string.dart +++ b/lib/utils/string.dart @@ -10,7 +10,7 @@ class Strings { static String v2exHost = "https://www.v2ex.com"; static String remoteUrl = "https://github.com/guozhigq/flutter_v2ex"; /// 提交tag时 记得更改 - static String currentVersion = 'v1.1.27'; + static String currentVersion = 'v1.2.0'; List base64BlackList = [ "bilibili", "Bilibili", diff --git a/pubspec.yaml b/pubspec.yaml index 75c52b7..60be4a1 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.1.27 +version: 1.2.0 environment: sdk: ">=2.18.6 <3.0.0"