diff --git a/MagicExt-OAuth.podspec b/MagicExt-OAuth.podspec index 7128841..e2832a6 100644 --- a/MagicExt-OAuth.podspec +++ b/MagicExt-OAuth.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'MagicExt-OAuth' - s.version = '3.0.0' + s.version = '3.0.1' s.summary = 'Magic IOS Extension - OAuth' s.description = <<-DESC diff --git a/MagicExt-OIDC.podspec b/MagicExt-OIDC.podspec index 47692ea..1c3fa00 100644 --- a/MagicExt-OIDC.podspec +++ b/MagicExt-OIDC.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'MagicExt-OIDC' - s.version = '2.0.1' + s.version = '2.0.2' s.summary = 'Magic IOS Extension - OIDC' s.description = <<-DESC diff --git a/Package.swift b/Package.swift index f98560c..39fd67a 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( targets: ["MagicExt-OIDC"]), ], dependencies: [ - .package(url: "https://github.com/magiclabs/magic-ios.git", from: "9.0.0") + .package(url: "https://github.com/magiclabs/magic-ios.git", from: "10.1.1") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.