Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Umer Farooq <[email protected]>
  • Loading branch information
lablnet committed Mar 22, 2024
1 parent 2932c6c commit 39f7a78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/pages/About.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class About extends StatelessWidget {
ListHeader(title: "App"),
ListTile(
title: Text("Prayers Time"),
subtitle: Text("Version: 1.0.0"),
subtitle: Text("Version: 1.0.1"),
),
ListTile(
title: Text("Copyright"),
Expand All @@ -34,15 +34,15 @@ class About extends StatelessWidget {
ListHeader(title: "Flutter"),
ListTile(
title: Text("Flutter version"),
subtitle: Text("2.0.3"),
subtitle: Text("3.19.3"),
),
ListTile(
title: Text("SDK Channel"),
subtitle: Text("Stable"),
),
ListTile(
title: Text("Dark SDK version"),
subtitle: Text("2.12.4"),
subtitle: Text("3.3.1"),
),
],
),
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.0+1
version: 1.0.1+2000

environment:
sdk: "3.3.1"
Expand All @@ -27,8 +27,6 @@ dependencies:
intl:
url_launcher:



flutter:
sdk: flutter

Expand Down

0 comments on commit 39f7a78

Please sign in to comment.