Skip to content

Commit

Permalink
Released new version 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 11, 2024
1 parent 2f09d39 commit c1c473f
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.8.0"
let checksum = "c64e78d68d11375ce5ecad6fcf83405cbe6684b69f0c370fd98738a56b6f73d7"
let version = "3.8.1"
let checksum = "6dd7764941f7019fad32410ebb8d60b6ca2becfc363cb12e5585a0e10f49d6b8"

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

Expand Down

0 comments on commit c1c473f

Please sign in to comment.