Skip to content

Commit 92fa132

Browse files
committed
Release v1.2.0
- New profile page with access to basic status data, recent events, cooldowns and networth calculation - General bug fixes
1 parent c184987 commit 92fa132

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '10'
16+
flutterVersionCode = '11'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
buildSettings = {
363363
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
364364
CLANG_ENABLE_MODULES = YES;
365-
CURRENT_PROJECT_VERSION = 11;
365+
CURRENT_PROJECT_VERSION = 12;
366366
DEVELOPMENT_TEAM = 53KVJRJS99;
367367
ENABLE_BITCODE = NO;
368368
FRAMEWORK_SEARCH_PATHS = (
@@ -498,7 +498,7 @@
498498
buildSettings = {
499499
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
500500
CLANG_ENABLE_MODULES = YES;
501-
CURRENT_PROJECT_VERSION = 11;
501+
CURRENT_PROJECT_VERSION = 12;
502502
DEVELOPMENT_TEAM = 53KVJRJS99;
503503
ENABLE_BITCODE = NO;
504504
FRAMEWORK_SEARCH_PATHS = (
@@ -527,7 +527,7 @@
527527
buildSettings = {
528528
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
529529
CLANG_ENABLE_MODULES = YES;
530-
CURRENT_PROJECT_VERSION = 11;
530+
CURRENT_PROJECT_VERSION = 12;
531531
DEVELOPMENT_TEAM = 53KVJRJS99;
532532
ENABLE_BITCODE = NO;
533533
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)