Skip to content

Commit f4e78dc

Browse files
Merge pull request #1594 from AzureAD/hieund/update_adal_ver
update adal version
2 parents 6615d14 + 293cd4f commit f4e78dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ADAL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ADAL"
33
s.module_name = "ADAL"
4-
s.version = "6.0.2"
4+
s.version = "6.0.3"
55
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
66

77
s.description = <<-DESC

ADAL/resources/ios/ADALiOSBundle/ADALiOSBundle-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleIdentifier</key>
1010
<string>MSOpenTech.${PRODUCT_NAME:rfc1034identifier}</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
12-
<string>6.0</string>
12+
<string>6.0.3</string>
1313
<key>CFBundleName</key>
1414
<string>${PRODUCT_NAME}</string>
1515
<key>CFBundlePackageType</key>

ADAL/src/ADAL_Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define ADAL_VER_HIGH 6
3030
#define ADAL_VER_LOW 0
31-
#define ADAL_VER_PATCH 2
31+
#define ADAL_VER_PATCH 3
3232

3333
#define STR_HELPER(x) #x
3434
#define STR(x) STR_HELPER(x)

0 commit comments

Comments
 (0)