Skip to content

Commit

Permalink
Release 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 26, 2022
1 parent 71528e8 commit 5aaa3a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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]

## [2.6.7] - 2022-04-26Z

## Fixed
* fixed incorrect module for some classes in xibs

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.6.6'
spec.version = '2.6.7'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down
2 changes: 1 addition & 1 deletion TinkoffASDKCore/TinkoffASDKCore/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ import Foundation

/// Текущая версия компонента
struct Version {
static let versionString = "2.6.6"
static let versionString = "2.6.7"
}
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.6.6'
spec.version = '2.6.7'
spec.summary = 'Мобильный SDK'
spec.description = 'Позволяет настроить прием платежей в нативной форме приложений для платформы iOS'
spec.homepage = 'https://github.com/TinkoffCreditSystems/AcquiringSdk_IOS'
Expand Down

0 comments on commit 5aaa3a2

Please sign in to comment.