From 5df2445f3f9f33fcb5d81252f034ebc9060e943a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 6 Aug 2025 20:30:59 +0800 Subject: [PATCH] :memo: Update user agreement --- lib/screens/about.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/screens/about.dart b/lib/screens/about.dart index 4990043..aa45b3a 100644 --- a/lib/screens/about.dart +++ b/lib/screens/about.dart @@ -205,7 +205,7 @@ class _AboutScreenState extends ConsumerState { title: 'aboutScreenTermsOfServiceTitle'.tr(), onTap: () => _launchURL( - 'https://solsynth.dev/terms/basic-law', + 'https://solsynth.dev/terms/user-agreement', ), ), _buildListTile( diff --git a/pubspec.yaml b/pubspec.yaml index 4f2fab8..024fe6c 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: 3.1.0+116 +version: 3.1.0+117 environment: sdk: ^3.7.2