Skip to content

Commit 6025540

Browse files
committed
Release v1.4.0
- New 'About' section - You can now choose between 12h/24h time systems & local time (LT) or Torn City TIme (TCT) time zones - Added travel progress bar to the Travel section - Fixed an issue causing user settings preferences not to be applied after restarting the application - Fixed several issues reported in previous version (thanks Kivou + JDTech)
1 parent 4044e9d commit 6025540

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
1313

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

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2020
if (flutterVersionName == null) {
21-
flutterVersionName = '1.3.0'
21+
flutterVersionName = '1.4.0'
2222
}
2323

2424
apply plugin: 'com.android.application'

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
buildSettings = {
377377
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
378378
CLANG_ENABLE_MODULES = YES;
379-
CURRENT_PROJECT_VERSION = 13;
379+
CURRENT_PROJECT_VERSION = 14;
380380
DEVELOPMENT_TEAM = 53KVJRJS99;
381381
ENABLE_BITCODE = NO;
382382
FRAMEWORK_SEARCH_PATHS = (
@@ -389,7 +389,7 @@
389389
"$(inherited)",
390390
"$(PROJECT_DIR)/Flutter",
391391
);
392-
MARKETING_VERSION = 1.3.0;
392+
MARKETING_VERSION = 1.4.0;
393393
PRODUCT_BUNDLE_IDENTIFIER = com.manuito.tornpda;
394394
PRODUCT_NAME = "$(TARGET_NAME)";
395395
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -510,7 +510,7 @@
510510
buildSettings = {
511511
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
512512
CLANG_ENABLE_MODULES = YES;
513-
CURRENT_PROJECT_VERSION = 13;
513+
CURRENT_PROJECT_VERSION = 14;
514514
DEVELOPMENT_TEAM = 53KVJRJS99;
515515
ENABLE_BITCODE = NO;
516516
FRAMEWORK_SEARCH_PATHS = (
@@ -523,7 +523,7 @@
523523
"$(inherited)",
524524
"$(PROJECT_DIR)/Flutter",
525525
);
526-
MARKETING_VERSION = 1.3.0;
526+
MARKETING_VERSION = 1.4.0;
527527
PRODUCT_BUNDLE_IDENTIFIER = com.manuito.tornpda;
528528
PRODUCT_NAME = "$(TARGET_NAME)";
529529
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -539,7 +539,7 @@
539539
buildSettings = {
540540
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
541541
CLANG_ENABLE_MODULES = YES;
542-
CURRENT_PROJECT_VERSION = 13;
542+
CURRENT_PROJECT_VERSION = 14;
543543
DEVELOPMENT_TEAM = 53KVJRJS99;
544544
ENABLE_BITCODE = NO;
545545
FRAMEWORK_SEARCH_PATHS = (
@@ -552,7 +552,7 @@
552552
"$(inherited)",
553553
"$(PROJECT_DIR)/Flutter",
554554
);
555-
MARKETING_VERSION = 1.3.0;
555+
MARKETING_VERSION = 1.4.0;
556556
PRODUCT_BUNDLE_IDENTIFIER = com.manuito.tornpda;
557557
PRODUCT_NAME = "$(TARGET_NAME)";
558558
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";

0 commit comments

Comments
 (0)