Skip to content

Commit

Permalink
v1.27.3-beat.1 (#74)
Browse files Browse the repository at this point in the history
* feat: upgrade core

* chore: v1.27.3-beat.1
  • Loading branch information
igoogolx authored Jan 12, 2025
1 parent d01a57d commit db2e09c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion scripts/init.dart
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit db2e09c

Please sign in to comment.