Skip to content

Commit

Permalink
Released new version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 16, 2023
1 parent 1cfe705 commit 3669473
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.3.2"
let checksum = "5c9bad1687658b1052650eb3d2c1fa27dd5d75136fcf95664824784265c3aa68"
let version = "3.4.0"
let checksum = "ee525800c1bbba78601fc7b635fdc225cc13ce99d2168ea3e19c29d34dfef048"

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

Expand Down

0 comments on commit 3669473

Please sign in to comment.