From 976d5ca9a9c7e3ce944966bb7a7086220b3915d6 Mon Sep 17 00:00:00 2001 From: LiquidatorCoder Date: Sun, 27 Sep 2020 18:38:26 +0530 Subject: [PATCH] updated v1.0.4 --- lib/ui/about.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/about.dart b/lib/ui/about.dart index 6fec8ad..b748825 100644 --- a/lib/ui/about.dart +++ b/lib/ui/about.dart @@ -44,7 +44,7 @@ class AboutDialog extends StatelessWidget { @override Widget build(BuildContext context) { return CupertinoAlertDialog( - title: new Text("GGSIPU Notices v1.0.3"), + title: new Text("GGSIPU Notices v1.0.4+6"), content: Column( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: [ diff --git a/pubspec.yaml b/pubspec.yaml index 3540ec0..846552d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # 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.3+5 +version: 1.0.4+6 environment: sdk: ">=2.1.0 <3.0.0"