Skip to content

Commit

Permalink
Release version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Sep 30, 2024
1 parent 593e4aa commit 7578d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),

.package(name: "TrustKit", url: "https://github.com/datatheorem/TrustKit.git", from: "2.0.0"),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.3.0")),
.package(name: "GiniBankAPILibrary", url: "https://github.com/gini/bank-api-library-ios.git", .exact("3.3.1")),
],
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 @@
// Copyright © 2024 Gini GmbH. All rights reserved.
//

public let GiniBankAPILibraryPinningVersion = "3.3.0"
public let GiniBankAPILibraryPinningVersion = "3.3.1"

0 comments on commit 7578d3c

Please sign in to comment.