From 681c3a1205a86a284331f28c0c7e306bb026a796 Mon Sep 17 00:00:00 2001 From: Kuba <78603704+jakub-tldr@users.noreply.github.com> Date: Fri, 15 May 2026 13:22:51 +0200 Subject: [PATCH] bump version --- client/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- client/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/ios/Runner.xcodeproj/project.pbxproj b/client/ios/Runner.xcodeproj/project.pbxproj index d8b5fda..97f5ddc 100644 --- a/client/ios/Runner.xcodeproj/project.pbxproj +++ b/client/ios/Runner.xcodeproj/project.pbxproj @@ -644,7 +644,7 @@ "$(PROJECT_DIR)/VPNExtension/BoringTun", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.6.2; + MARKETING_VERSION = 1.6.3; MODULEMAP_FILE = ""; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; @@ -698,7 +698,7 @@ "$(PROJECT_DIR)/VPNExtension/BoringTun", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.6.2; + MARKETING_VERSION = 1.6.3; MODULEMAP_FILE = ""; MTL_FAST_MATH = YES; OTHER_LDFLAGS = ""; @@ -749,7 +749,7 @@ "$(PROJECT_DIR)/VPNExtension/BoringTun", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.6.2; + MARKETING_VERSION = 1.6.3; MODULEMAP_FILE = ""; MTL_FAST_MATH = YES; OTHER_LDFLAGS = ""; diff --git a/client/pubspec.yaml b/client/pubspec.yaml index 5c8feae..5438494 100644 --- a/client/pubspec.yaml +++ b/client/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.6.2+1 +version: 1.6.3+1 environment: sdk: ^3.8.1