Skip to content

Commit

Permalink
bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Serebryaniy committed May 18, 2021
1 parent 87ba98d commit 6daf2f3
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 = 42;
CURRENT_PROJECT_VERSION = 43;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.3.0;
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 = 42;
CURRENT_PROJECT_VERSION = 43;
INFOPLIST_FILE = ASDKSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.2.2;
MARKETING_VERSION = 2.3.0;
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.2.2)
- TinkoffASDKCore/Tests (2.2.2)
- TinkoffASDKUI (2.2.2):
- TinkoffASDKCore (2.3.0)
- TinkoffASDKCore/Tests (2.3.0)
- TinkoffASDKUI (2.3.0):
- TinkoffASDKCore

DEPENDENCIES:
Expand All @@ -27,8 +27,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
SwiftFormat: 0315a7115b15fd4ea2d043d5f5c22e3c98f84078
SwiftLint: dfd554ff0dff17288ee574814ccdd5cea85d76f7
TinkoffASDKCore: 7d98eb26e6b05232d84c91a2fa3d56e0c15e7623
TinkoffASDKUI: 7914cc4ebbcf2128333d567db9715cc5d124948b
TinkoffASDKCore: ef76044ca0d2693f67e1a2b109aed337b54fb792
TinkoffASDKUI: 759100f4b9e86ac1c155833f7916f47798c06af9

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.3.0] - 2021-05-18

### Fixed
* rename `parent` case to `parent` in `Taxation` and fix incorrect key in init

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

0 comments on commit 6daf2f3

Please sign in to comment.