From d01a57d60b37791aa58b92f5aebfc987d52e08ca Mon Sep 17 00:00:00 2001 From: igoogolx <27353191+igoogolx@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:55:32 +0800 Subject: [PATCH] v1.27.3-beat.0 (#73) * feat: upgrade core * chore: v1.27.3-beat.0 --- pubspec.yaml | 2 +- scripts/init.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 35a7245..a6ccfca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,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.27.2 +version: 1.27.3-beat.0 environment: sdk: '>=3.0.6 <4.0.0' diff --git a/scripts/init.dart b/scripts/init.dart index c5432ef..58bc864 100644 --- a/scripts/init.dart +++ b/scripts/init.dart @@ -13,7 +13,7 @@ final assetsPath = final binDir = Directory(path.join(assetsPath, 'bin')); const rawCoreName = 'itun2socks'; -const rawCoreVersion = '1.24.2'; +const rawCoreVersion = '1.25.0'; Future downloadLatestCore(String arch, String token) async { final dio = Dio();