Skip to content

Commit

Permalink
Released new version 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 22, 2024
1 parent 639ff27 commit 202729e
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.6"
let checksum = "19a3dad628095cd513a3f4fbd62131c38937b553c7a9893fe06ddd036b0660a1"
let version = "3.6.7"
let checksum = "0e5648066b0c8b1e332ff844865d994b19342f2faef394efa65dc211338a822b"

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.6"))
.package(url: "https://github.com/nevissecurity/nevis-mobile-authentication-sdk-ios-package.git", .upToNextMajor(from: "3.6.7"))
]
```

Expand Down

0 comments on commit 202729e

Please sign in to comment.