Skip to content

Commit 7261e40

Browse files
committed
V2.14.0
1 parent ce603e2 commit 7261e40

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.14.0 - 2023-9-29
9+
### Fixed
10+
Fixed 'delink' callback called twice.
11+
812
## 2.13.0 - 2023-9-28
913
### Added
1014
Support for Xcode 15

DapiBanking.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DapiBanking'
3-
s.version = '2.13.0'
3+
s.version = '2.14.0'
44
s.summary = 'Financial APIs to connect users bank accounts.'
55
s.homepage = 'https://dapi.com'
66
s.author = { 'Dapi' => 'dev@dapi.com' }
@@ -11,7 +11,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1111
LICENSE
1212
}
1313
s.platform = "ios", '13.0'
14-
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.13.0/DapiSDK.zip'}
14+
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.14.0/DapiSDK.zip'}
1515
s.vendored_frameworks = 'DapiSDK.xcframework'
1616
s.frameworks = 'WebKit'
1717
s.cocoapods_version = '>= 1.10.0'

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "DapiSDK",
16-
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.13.0/DapiSDK.zip",
17-
checksum: "3c4ffd0e4de3917ed52767931ff41ee16c994f27584993777a5c7b64047ee847")
16+
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.14.0/DapiSDK.zip",
17+
checksum: "a7317a1eb72ce0f13ac34ae6e46c42d6c20a60e03993900d8c83836451d0e99d")
1818
]
1919
)

0 commit comments

Comments
 (0)