Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Team Mobile Schorsch committed Jan 11, 2022
1 parent 308f3c1 commit fc05d6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified GiniHealth_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Package.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("1.0.0")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("1.0.0")),
.package(name: "GiniHealthAPILibraryPinning", url: "https://github.com/gini/health-api-library-pinning-ios.git", .exact("1.1.0")),
.package(name: "GiniHealthSDK", url: "https://github.com/gini/health-sdk-ios.git", .exact("1.1.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 @@
// Created by Nadya Karaban on 15.10.21.
//

public let GiniHealthSDKPinningVersion = "1.0.0"
public let GiniHealthSDKPinningVersion = "1.1.0"

0 comments on commit fc05d6b

Please sign in to comment.