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

Commit

Permalink
Bump versions on Extension to use the latest version of Magic-SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariflo committed Mar 18, 2024
1 parent 0e5561c commit a23b121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a23b121

Please sign in to comment.