Skip to content

Commit 1ea68db

Browse files
committed
release: v0.3.0
1 parent 555419b commit 1ea68db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/routes/setting/about.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class AboutPage extends StatelessWidget {
2929
const SizedBox(height: 8),
3030
const Center(
3131
child: Text(
32-
'V 0.2.3',
32+
'V 0.3.0',
3333
style: TextStyle(fontSize: 16),
3434
),
3535
),

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 0.2.3+11
20+
version: 0.3.0+12
2121

2222
environment:
2323
sdk: '>=2.18.2 <3.0.0'

0 commit comments

Comments
 (0)