Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Bump versions on Extension to use the latest version of Magic-SDK #15

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MagicExt-OAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MagicExt-OIDC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down