File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
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.3 .0 </string >
18
+ <string >1.4 .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.3 .0 </string >
18
+ <string >1.4 .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.3 .0 </string >
18
+ <string >1.4 .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.3 .0 </string >
18
+ <string >1.4 .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.4.0] ( https://github.com/auth0/Auth0.swift/tree/1.4.0 ) (2017-03-16)
4
+ [ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.3.0...1.4.0 )
5
+
6
+ ** Added**
7
+ - Added scope to refresh token [ \# 102] ( https://github.com/auth0/Auth0.swift/pull/102 ) ([ hzalaz] ( https://github.com/hzalaz ) )
8
+
3
9
## [ 1.3.0] ( https://github.com/auth0/Auth0.swift/tree/1.3.0 ) (2017-03-13)
4
10
[ Full Changelog] ( https://github.com/auth0/Auth0.swift/compare/1.2.0...1.3.0 )
5
11
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Auth0.swift is available through [CocoaPods](http://cocoapods.org).
26
26
To install it, simply add the following line to your Podfile:
27
27
28
28
``` ruby
29
- pod " Auth0" , ' ~> 1.3 '
29
+ pod " Auth0" , ' ~> 1.4 '
30
30
```
31
31
32
32
###Carthage
33
33
34
34
In your Cartfile add this line
35
35
36
36
```
37
- github "auth0/Auth0.swift" ~> 1.3
37
+ github "auth0/Auth0.swift" ~> 1.4
38
38
```
39
39
40
40
## Usage
You can’t perform that action at this time.
0 commit comments