Skip to content

Commit 7abde83

Browse files
committed
改版本号
1 parent be8901c commit 7abde83

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

lib/screens/settings_screen.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,12 @@ class SettingsScreen extends StatelessWidget {
9595
ListTile(
9696
leading: const Icon(Icons.info),
9797
title: const Text('关于'),
98-
subtitle: const Text('SecRandom-lutter v0.0.9'),
98+
subtitle: const Text('SecRandom-lutter v0.0.10'),
9999
trailing: const Icon(Icons.open_in_new),
100100
onTap: () async {
101-
final uri = Uri.parse('https://github.com/LeafS825/SecRandom-lutter');
101+
final uri = Uri.parse(
102+
'https://github.com/LeafS825/SecRandom-lutter',
103+
);
102104
if (await canLaunchUrl(uri)) {
103105
await launchUrl(uri, mode: LaunchMode.externalApplication);
104106
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: SecRandom_lutter
22
description: "基于 Material Design 3 的随机点名应用。"
33
publish_to: 'none'
4-
version: 0.0.9+9
4+
version: 0.0.10+10
55

66
environment:
77
sdk: ^3.11.0

0 commit comments

Comments
 (0)