Skip to content

Commit

Permalink
bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
g.serebryaniy committed Dec 6, 2021
1 parent 697b202 commit e4965c7
Show file tree
Hide file tree
Showing 5 changed files with 17 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 = 48;
CURRENT_PROJECT_VERSION = 49;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.0;
MARKETING_VERSION = 2.5.1;
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 = 48;
CURRENT_PROJECT_VERSION = 49;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.5.0;
MARKETING_VERSION = 2.5.1;
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.5.0)
- TinkoffASDKCore/Tests (2.5.0)
- TinkoffASDKUI (2.5.0):
- TinkoffASDKCore (2.5.1)
- TinkoffASDKCore/Tests (2.5.1)
- TinkoffASDKUI (2.5.1):
- TinkoffASDKCore

DEPENDENCIES:
Expand All @@ -27,8 +27,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftFormat: 0315a7115b15fd4ea2d043d5f5c22e3c98f84078
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
TinkoffASDKCore: 63bb667f9f438e7d66465c11a2ea4a06f86d4e67
TinkoffASDKUI: 2fb830e1649edd511ab5baec4fdbf36fb2b16e77
TinkoffASDKCore: 745571057f9bf0ebb1c69a035b6aadbec3738a16
TinkoffASDKUI: e20d7a454db60c88b48f7901dc382aa807112cb6

PODFILE CHECKSUM: 624c75ef2cd3b1e0422f01c7b3085404cbb1258a

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

## [2.5.1] - 2021-12-06

### Updated
* remove base64 encoding paddings for creq and ThreeDSMethod
* add mir support to default apple pay configuration

## [2.5.0] - 2021-07-27

### Updated
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.5.0'
spec.version = '2.5.1'
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.5.0'
spec.version = '2.5.1'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down

0 comments on commit e4965c7

Please sign in to comment.