Skip to content

Commit

Permalink
feat(GiniHealthAPILibrary): Bumps version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zladzeyka committed Mar 28, 2024
1 parent d8da828 commit ff33b63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Once you have your Swift package set up, adding `GiniHealthAPILibrary` as a depe

```swift
dependencies: [
.package(url: "https://github.com/gini/health-api-library-ios.git", .exact("3.0.1"))
.package(url: "https://github.com/gini/health-api-library-ios.git", .exact("4.0.0"))
]
```

In case that you want to use the certificate pinning in the library, add `GiniHealthAPILibraryPinning`:
```swift
dependencies: [
.package(url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("3.0.1"))
.package(url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("4.0.0"))
]
```

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 GiniHealthAPILibraryVersion = "3.0.1"
public let GiniHealthAPILibraryVersion = "4.0.0"
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: "GiniHealthAPILibrary", url: "https://github.com/gini/health-api-library-ios.git", .exact("3.0.1")),
.package(name: "GiniHealthAPILibrary", url: "https://github.com/gini/health-api-library-ios.git", .exact("4.0.0")),
],
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 GiniHealthAPILibraryPinningVersion = "3.0.1"
public let GiniHealthAPILibraryPinningVersion = "4.0.0"

0 comments on commit ff33b63

Please sign in to comment.