Skip to content

Commit

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

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

Expand Down

0 comments on commit 2f09d39

Please sign in to comment.