Skip to content

Commit b95678a

Browse files
committed
V.2.10.0
1 parent e86e1d3 commit b95678a

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.10.0 - 2023-5-15
9+
### Added
10+
- Nymcard load funds API
11+
812
## 2.9.1 - 2023-4-25
913
### Fixed
1014
- MFA loading Issue

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.9.1'
3+
s.version = '2.10.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.9.1/DapiSDK.zip'}
14+
s.source = { :http => 'https://github.com/dapi-co/Dapi-iOS/releases/download/2.10.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.9.1/DapiSDK.zip",
17-
checksum: "7ad1ddf05bf4fb2fc99149591d1e5fdaffffc5402729c62e6d48aa667d422a51")
16+
url: "https://github.com/dapi-co/Dapi-iOS/releases/download/2.10.0/DapiSDK.zip",
17+
checksum: "89cd4098645a9829b34dce4e91a998874e32574ad5e1afdc359a80e3d18cff23")
1818
]
1919
)

0 commit comments

Comments
 (0)