Skip to content

Commit d655a4b

Browse files
committed
fixed mirror not found error
1 parent 9b696c7 commit d655a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ui/about_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AboutPage extends StatelessWidget {
4343
Padding(
4444
padding: EdgeInsets.only(left: 7, right: 7, top: 5),
4545
child: Text(
46-
"1.0.5",
46+
"1.0.6",
4747
style: TextStyle(
4848
fontSize: 15,
4949
fontWeight: FontWeight.bold,

pubspec.yaml

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

2121
environment:
2222
sdk: '>=3.0.5 <4.0.0'

0 commit comments

Comments
 (0)