From a23b121f037b9f9c9f5b377e3db8a8a7ee0a3711 Mon Sep 17 00:00:00 2001 From: Arian Flores Date: Mon, 18 Mar 2024 16:06:47 -0700 Subject: [PATCH] Bump versions on Extension to use the latest version of Magic-SDK --- MagicExt-OAuth.podspec | 2 +- MagicExt-OIDC.podspec | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.