Skip to content

Commit

Permalink
Released new version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Feb 2, 2024
1 parent 0631a9c commit bd78573
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.0"
let checksum = "8f4a4370eca02b64ad587b030a4d0b48f9053439dd0fc234250265c4229ec122"
let version = "3.6.1"
let checksum = "f7c8f7d27679b9c341fd3a78b0804fbccb8462f5c8576097fb599df9ae7d86fa"

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

Expand Down

0 comments on commit bd78573

Please sign in to comment.