Skip to content

Commit

Permalink
New iOS package (0.9.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinjul committed Mar 25, 2024
1 parent dff3807 commit 84ff790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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(
targets: [
.binaryTarget(
name: "OpenIdConnectClient",
url: "https://github.com/kalinjul/OpenIdConnectClient/releases/download/0.9.0/OpenIdConnectClient.zip",
checksum: "8b3bad46e373afd05cc83b725a83885003992e1e49d6169cfe66681f8be5fb7e"
url: "https://github.com/kalinjul/OpenIdConnectClient/releases/download/0.9.1/OpenIdConnectClient.zip",
checksum: "9bc774b06c944f6fad86211a92544daab248a6754c863e3a66afbcf6be2d0d59"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the swift package from https://github.com/kalinjul/OpenIdConnectClient.
If you're using a swift module, add this line:
```swift
dependencies: [
.package(url: "https://github.com/kalinjul/OpenIdConnectClient.git", exact: "0.6.5")
.package(url: "https://github.com/kalinjul/OpenIdConnectClient.git", exact: "0.9.1")
],
```

Expand Down

0 comments on commit 84ff790

Please sign in to comment.