Skip to content

Commit

Permalink
🚀 Update app version to [2.63.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
rootasjey committed Feb 25, 2021
1 parent 3f7523e commit f3072a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/utils/constants.dart
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f3072a6

Please sign in to comment.