Skip to content

Commit

Permalink
fixed mirror not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
dstark5 committed Feb 25, 2024
1 parent 9b696c7 commit d655a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ui/about_page.dart
Expand Up @@ -43,7 +43,7 @@ class AboutPage extends StatelessWidget {
Padding(
padding: EdgeInsets.only(left: 7, right: 7, top: 5),
child: Text(
"1.0.5",
"1.0.6",
style: TextStyle(
fontSize: 15,
fontWeight: FontWeight.bold,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -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: 1.0.5+8
version: 1.0.6+9

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down

0 comments on commit d655a4b

Please sign in to comment.