From db2e09c19d81707bbdf18119e95fc371205407b0 Mon Sep 17 00:00:00 2001 From: igoogolx <27353191+igoogolx@users.noreply.github.com> Date: Sun, 12 Jan 2025 18:14:51 +0800 Subject: [PATCH] v1.27.3-beat.1 (#74) * feat: upgrade core * chore: v1.27.3-beat.1 --- pubspec.yaml | 2 +- scripts/init.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index a6ccfca..8273a39 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.3-beat.0 +version: 1.27.3-beat.1 environment: sdk: '>=3.0.6 <4.0.0' diff --git a/scripts/init.dart b/scripts/init.dart index 58bc864..2346873 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.25.0'; +const rawCoreVersion = '1.25.1'; Future downloadLatestCore(String arch, String token) async { final dio = Dio();