Skip to content

Commit

Permalink
Released new version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner2 authored and viktor-gulyas committed Jul 4, 2024
1 parent 5ec5e6f commit a3f1280
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.9"
let checksum = "d9704f16a02af685ef15bcd483b4e32aeea3caf9e8a48573863b8102877d20ef"
let version = "3.7.0"
let checksum = "e372e67860de3980aeb47082f363d5b7b7256ffc90790bd6af6dba919db4e2aa"

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

Expand Down

0 comments on commit a3f1280

Please sign in to comment.