Skip to content

Commit 5054dd0

Browse files
authored
Changed app version
2 parents 648cdbe + c8d9013 commit 5054dd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/screens/about_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _AppDetailSection extends StatelessWidget {
6565
),
6666
),
6767
TextSpan(
68-
text: 'Version 1.0.0\n',
68+
text: 'Version 1.0.1\n',
6969
style: TextStyle(
7070
color: Theme.of(context).colorScheme.secondary,
7171
),

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: 1.0.0+1
20+
version: 1.0.1+2
2121

2222
environment:
2323
sdk: ">=3.0.2"

0 commit comments

Comments
 (0)