Skip to content

Commit

Permalink
Released new version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Nov 17, 2023
1 parent d9858fa commit 6e404a8
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.5.1"
let checksum = "c23a549e7aa86483ab02b6cff549221c06fc6e5c21b9da2384ee622bb261f619"
let version = "3.5.2"
let checksum = "192e071fb9aeb4233a9335d0f89b4e4dfefe1c5d3a928e1e8b7817be828e3714"

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

Expand Down

0 comments on commit 6e404a8

Please sign in to comment.