From 2e53977712633d9704ab7a9d7302754da2918fe1 Mon Sep 17 00:00:00 2001 From: LiquidatorCoder Date: Wed, 2 Feb 2022 13:18:29 +0530 Subject: [PATCH] bump to v1.3.0-beta+15 --- android/local.properties | 4 ++-- lib/widgets/about_button.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/local.properties b/android/local.properties index 29c9b1c..fce2e9c 100644 --- a/android/local.properties +++ b/android/local.properties @@ -1,5 +1,5 @@ sdk.dir=C:\\Users\\maury\\AppData\\Local\\Android\\Sdk flutter.sdk=C:\\flutter flutter.buildMode=debug -flutter.versionName=1.2.0-beta -flutter.versionCode=14 \ No newline at end of file +flutter.versionName=1.3.0-beta +flutter.versionCode=15 \ No newline at end of file diff --git a/lib/widgets/about_button.dart b/lib/widgets/about_button.dart index dc2818c..8efb6eb 100644 --- a/lib/widgets/about_button.dart +++ b/lib/widgets/about_button.dart @@ -48,7 +48,7 @@ class AboutDialog extends StatelessWidget { Widget build(BuildContext context) { final _themeService = locator(); return CupertinoAlertDialog( - title: const Text("GGSIPU Notices v1.2.0-beta+14"), + title: const Text("GGSIPU Notices v1.3.0-beta+15"), content: Column( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: [ diff --git a/pubspec.yaml b/pubspec.yaml index 50551e7..a8f599c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.2.0-beta+14 +version: 1.3.0-beta+15 environment: sdk: ">=2.12.0 <3.0.0"