From f3072a6c49817ae7d2d9844a2991528472e7724e Mon Sep 17 00:00:00 2001 From: rootasjey Date: Thu, 25 Feb 2021 22:00:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20app=20version=20to=20[2?= =?UTF-8?q?.63.5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/utils/constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/constants.dart b/lib/utils/constants.dart index 219de1b8..86ca43d8 100644 --- a/lib/utils/constants.dart +++ b/lib/utils/constants.dart @@ -1,5 +1,5 @@ class Constants { - static const appVersion = '2.54.4'; + static const appVersion = '2.63.5'; static const appBuildNumber = 11; static const cardElevation = 2.0; static const maxMobileWidth = 700.0; diff --git a/pubspec.yaml b/pubspec.yaml index fe56b8ce..7253be01 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,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: 2.54.4+11 +version: 2.63.5+11 environment: sdk: ">=2.2.2 <3.0.0"