Skip to content

Commit

Permalink
feat(GiniBankSDK): Bumps version 3.7.3
Browse files Browse the repository at this point in the history
PP-290
  • Loading branch information
ValentinaIancu-Gini committed Mar 5, 2024
1 parent 7a42072 commit 07a8f47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BankSDK/GiniBankSDK/Package-release.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.7.1")),
.package(name: "GiniCaptureSDK", url: "https://github.com/gini/capture-sdk-ios.git", .exact("3.7.2")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKVersion = "3.7.2"
public let GiniBankSDKVersion = "3.7.3"
4 changes: 2 additions & 2 deletions BankSDK/GiniBankSDKPinning/Package-release.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.7.1")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.7.2")),
.package(name: "GiniCaptureSDKPinning", url: "https://github.com/gini/capture-sdk-pinning-ios.git", .exact("3.7.2")),
.package(name: "GiniBankSDK", url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.7.3")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
// Created by Nadya Karaban on 04.11.21.
//

public let GiniBankSDKPinningVersion = "3.7.2"
public let GiniBankSDKPinningVersion = "3.7.3"

0 comments on commit 07a8f47

Please sign in to comment.