Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 17, 2023
1 parent af733b9 commit ef3a532
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## [Unreleased]

## [3.1.1] - 2023-07-17Z

### Fixed
* [EACQAPW-5561] Tinkoff Pay doesn't pass SuccessURL & FailURL 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 = '3.1.0'
spec.version = '3.1.1'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKCore/TinkoffASDKCore/SDK/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ import Foundation

/// Текущая версия компонента
struct Version {
static let versionString = "3.1.0"
static let versionString = "3.1.1"
}
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 = '3.1.0'
spec.version = '3.1.1'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKYandexPay.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

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

0 comments on commit ef3a532

Please sign in to comment.