Skip to content

Commit ed47c10

Browse files
committed
bump MSAL to 1.0
1 parent aae5e57 commit ed47c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MSGraphMSALAuthProvider.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "MSGraphMSALAuthProvider"
5-
s.version = "0.2.0"
5+
s.version = "0.2.1"
66
s.summary = "Microsoft Graph Auth Provider for MSAL."
77

88
s.description = <<-DESC
@@ -23,5 +23,5 @@ Pod::Spec.new do |s|
2323
s.public_header_files = "MSGraphMSALAuthProvider/MSGraphMSALAuthProvider/*.h"
2424

2525
s.dependency 'MSGraphClientSDK', '~> 1.0.0'
26-
s.dependency 'MSAL', '~> 0.2'
26+
s.dependency 'MSAL', '~> 1.0.0'
2727
end

0 commit comments

Comments
 (0)