Skip to content

Commit

Permalink
Merge branch 'develop' into releases/1.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 10, 2024
2 parents e4eb6cf + b945560 commit cda4941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.8.0")),
.package(url: "https://github.com/wultra/networking-apple.git", .upToNextMinor(from: "1.3.0"))
.package(url: "https://github.com/wultra/networking-apple.git", .upToNextMinor(from: "1.4.0"))
],
targets: [
.target(
Expand Down
3 changes: 2 additions & 1 deletion docs/SDK-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.8.0"))
.package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.11.0"))
],
targets: [
.target(
Expand Down Expand Up @@ -64,6 +64,7 @@ Note: If you want to use only operations, you can omit the Push dependency and i
| `1.8.x` | `1.8.x` |
| `1.9.x` | `1.8.x` |
| `1.10.x` | `1.8.x` |
| `1.11.x` | `1.8.x` |

## Xcode Compatibility

Expand Down

0 comments on commit cda4941

Please sign in to comment.