diff --git a/lib/routes/setting/about.dart b/lib/routes/setting/about.dart index e896c2a..aeed8c5 100644 --- a/lib/routes/setting/about.dart +++ b/lib/routes/setting/about.dart @@ -33,7 +33,7 @@ class AboutPage extends StatelessWidget { const SizedBox(height: 8), const Center( child: Text( - 'V 0.2.2', + 'V 0.2.3', style: TextStyle(fontSize: 18), ), ), @@ -64,7 +64,7 @@ class AboutPage extends StatelessWidget { ), const SizedBox(height: 24), const Text( - '© 2022 悦读. All rights reserved.', + '© 2022 - 2023 悦读. All rights reserved.', style: TextStyle(fontSize: 14), ), const SizedBox(height: 16), diff --git a/pubspec.yaml b/pubspec.yaml index 7a21a60..173fd45 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: 0.2.2+10 +version: 0.2.3+11 environment: sdk: '>=2.18.2 <3.0.0'