Skip to content

Commit

Permalink
feat(GiniHealthSDK): Bumps version 3.0.2
Browse files Browse the repository at this point in the history
PP-291
  • Loading branch information
ValentinaIancu-Gini committed Feb 15, 2024
1 parent f4f050f commit aa9ea40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HealthSDK/GiniHealthSDK/Documentation/source/Installation.md
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 `GiniHealthSDK` as a dependency

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

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

Expand Down
2 changes: 1 addition & 1 deletion HealthSDK/GiniHealthSDK/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: "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("3.0.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 15.10.21.
//

public let GiniHealthSDKVersion = "3.0.1"
public let GiniHealthSDKVersion = "3.0.2"
4 changes: 2 additions & 2 deletions HealthSDK/GiniHealthSDKPinning/Package-release.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("3.0.1")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("3.0.1")),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("3.0.2")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("3.0.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 15.10.21.
//

public let GiniHealthSDKPinningVersion = "3.0.1"
public let GiniHealthSDKPinningVersion = "3.0.2"

0 comments on commit aa9ea40

Please sign in to comment.