Skip to content

Commit

Permalink
bump version to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
g.serebryaniy committed Jun 7, 2021
1 parent 9266ffa commit 887ce8c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions ASDKSample/ASDKSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -701,13 +701,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = ASDKSample/ASDKSampleDebug.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 45;
CURRENT_PROJECT_VERSION = 46;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.4.1;
MARKETING_VERSION = 2.4.2;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsbank.ASDKSample;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "ASDKSample Development";
Expand All @@ -721,13 +721,13 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 45;
CURRENT_PROJECT_VERSION = 46;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.4.1;
MARKETING_VERSION = 2.4.2;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsenterprise.core.ios.asdk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match InHouse ru.tcsenterprise.core.ios.asdk";
Expand Down
10 changes: 5 additions & 5 deletions ASDKSample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- SwiftFormat/CLI (0.47.2)
- SwiftLint (0.40.3)
- TinkoffASDKCore (2.4.1)
- TinkoffASDKCore/Tests (2.4.1)
- TinkoffASDKUI (2.4.1):
- TinkoffASDKCore (2.4.2)
- TinkoffASDKCore/Tests (2.4.2)
- TinkoffASDKUI (2.4.2):
- TinkoffASDKCore

DEPENDENCIES:
Expand All @@ -27,8 +27,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftFormat: 0315a7115b15fd4ea2d043d5f5c22e3c98f84078
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
TinkoffASDKCore: f02160a781dbd62c26419f89f1f207e74414b3c5
TinkoffASDKUI: b21a300a2bf9e3c30e8a87e31077566880e4ee44
TinkoffASDKCore: cdb2655c6d9b80d8d72aa3f0ba3a74802f8dfc27
TinkoffASDKUI: 092179d48dd54a16ac7d0968bde48d4634f3c44f

PODFILE CHECKSUM: 624c75ef2cd3b1e0422f01c7b3085404cbb1258a

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]

## [2.4.2] - 2021-06-07

### Fixed
* call completion in pushToNavigationStackAndActivate if was called more than once(https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS/issues/74)

Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = 'TinkoffASDKCore'
spec.version = '2.4.1'
spec.version = '2.4.2'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "TinkoffASDKUI"
spec.version = '2.4.1'
spec.version = '2.4.2'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down

0 comments on commit 887ce8c

Please sign in to comment.