Skip to content

Commit

Permalink
Released new version 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Mar 25, 2024
1 parent a6c3fa1 commit c547591
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 @@ -2,8 +2,8 @@

import PackageDescription

let version = "3.6.4"
let checksum = "446aaf2ce93c7d8731f7066c02cb5d8c4a4e581e2fa90f235121fe01153748a7"
let version = "3.6.5"
let checksum = "178de91c526de2c9855abf4f437755d002bbc84208e5f73d9756ccf38f69399d"

let package = Package(
name: "NevisMobileAuthentication",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you have your Swift package set up, adding Nevis Mobile Authentication Client

```swift
dependencies: [
.package(url: "https://github.com/nevissecurity/nevis-mobile-authentication-sdk-ios-package.git", .upToNextMajor(from: "3.6.4"))
.package(url: "https://github.com/nevissecurity/nevis-mobile-authentication-sdk-ios-package.git", .upToNextMajor(from: "3.6.5"))
]
```

Expand Down

0 comments on commit c547591

Please sign in to comment.