Skip to content

Commit

Permalink
Merge pull request #12 from Mazahir26/dev
Browse files Browse the repository at this point in the history
Updated Version
  • Loading branch information
Mazahir26 authored Aug 12, 2022
2 parents 08fe06f + ef614e5 commit 68ecc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/screens/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class SettingsScreen extends StatelessWidget {
const SizedBox(height: 25),
Center(
child: Text(
"Version: 1.0.2+1",
"Version: 1.0.1+1",
style: textTheme.labelMedium!
.apply(color: textTheme.labelMedium!.color!.withOpacity(0.5)),
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.2+1
version: 1.0.1+1

environment:
sdk: ">=2.17.1 <3.0.0"
Expand Down

0 comments on commit 68ecc2f

Please sign in to comment.