Skip to content

Commit

Permalink
Increase min PowerAuth2 version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopsaheysa committed Jan 27, 2025
1 parent 7d46ae5 commit fd8f478
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.0/PowerAuth2.json"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.0/PowerAuthCore.json"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.2/PowerAuth2.json"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.2/PowerAuthCore.json"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.0/PowerAuth2.json" "1.9.0"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.0/PowerAuthCore.json" "1.9.0"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.2/PowerAuth2.json" "1.9.2"
binary "https://raw.githubusercontent.com/wultra/powerauth-mobile-sdk-spm/1.9.2/PowerAuthCore.json" "1.9.2"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["WultraPowerAuthNetworking"])
],
dependencies: [
.package(url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.9.0"))
.package(url: "https://github.com/wultra/powerauth-mobile-sdk-spm.git", .upToNextMinor(from: "1.9.2"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion WultraPowerAuthNetworking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pod::Spec.new do |s|
s.swift_version = "5.9"
s.ios.deployment_target = '12.0'

s.dependency 'PowerAuth2', '~> 1.9.0'
s.dependency 'PowerAuth2', '~> 1.9.2'
end

0 comments on commit fd8f478

Please sign in to comment.