Skip to content

Commit

Permalink
feat(GiniHealthSDK): Bumps version 5.0.2
Browse files Browse the repository at this point in the history
IPC-544
  • Loading branch information
zladzeyka committed Jan 14, 2025
1 parent a819b6c commit e5d26c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ 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("5.0.0"))
.package(url: "https://github.com/gini/health-sdk-ios.git", .exact("5.0.2"))
]
```
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 GiniHealthSDKVersion = "5.0.1"
public let GiniHealthSDKVersion = "5.0.2"

0 comments on commit e5d26c0

Please sign in to comment.