File tree 8 files changed +14
-8
lines changed
8 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.32 .0 </string >
18
+ <string >1.33 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.32 .0 </string >
18
+ <string >1.33 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.32 .0 </string >
18
+ <string >1.33 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.32 .0 </string >
18
+ <string >1.33 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.33.0] ( https://github.com/auth0/Auth0.swift/tree/1.33.0 ) (2021-04-23)
4
+ [ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.32.0...1.33.0 )
5
+
6
+ ** Changed**
7
+ - Use Swift's built-in Result type when available [ \# 467] ( https://github.com/auth0/Auth0.swift/pull/467 ) ([ ejensen] ( https://github.com/ejensen ) )
8
+
3
9
## [ 1.32.0] ( https://github.com/auth0/Auth0.swift/tree/1.32.0 ) (2021-03-18)
4
10
[ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.31.1...1.32.0 )
5
11
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >1.32 .0 </string >
20
+ <string >1.33 .0 </string >
21
21
<key >CFBundleURLTypes </key >
22
22
<array >
23
23
<dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.32 .0 </string >
18
+ <string >1.33 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Swift toolkit that lets you communicate efficiently with many of the [Auth0 API]
38
38
If you are using [ Cocoapods] ( https://cocoapods.org ) , add this line to your ` Podfile ` :
39
39
40
40
``` ruby
41
- pod ' Auth0' , ' ~> 1.32 '
41
+ pod ' Auth0' , ' ~> 1.33 '
42
42
```
43
43
44
44
Then run ` pod install ` .
@@ -50,7 +50,7 @@ Then run `pod install`.
50
50
If you are using [ Carthage] ( https://github.com/Carthage/Carthage ) , add the following line to your ` Cartfile ` :
51
51
52
52
``` ruby
53
- github " auth0/Auth0.swift" ~ > 1.32
53
+ github " auth0/Auth0.swift" ~ > 1.33
54
54
```
55
55
56
56
Then run ` carthage bootstrap ` .
You can’t perform that action at this time.
0 commit comments