From 39f7a78676b49ac378a6a63ff7651958a77cd0f9 Mon Sep 17 00:00:00 2001 From: Muhammad Umer Farooq Date: Fri, 22 Mar 2024 13:31:40 +0500 Subject: [PATCH] update version Signed-off-by: Muhammad Umer Farooq --- lib/pages/About.dart | 6 +++--- pubspec.yaml | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/pages/About.dart b/lib/pages/About.dart index 1bb3416..e123905 100644 --- a/lib/pages/About.dart +++ b/lib/pages/About.dart @@ -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"), @@ -34,7 +34,7 @@ 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"), @@ -42,7 +42,7 @@ class About extends StatelessWidget { ), ListTile( title: Text("Dark SDK version"), - subtitle: Text("2.12.4"), + subtitle: Text("3.3.1"), ), ], ), diff --git a/pubspec.yaml b/pubspec.yaml index 82bd7f1..2c3f573 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" @@ -27,8 +27,6 @@ dependencies: intl: url_launcher: - - flutter: sdk: flutter