Skip to content

Commit f9d642e

Browse files
committed
Release 1.4.0
1 parent 8200381 commit f9d642e

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

App/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>

Auth0/Info-tvOS.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Auth0Tests/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.4.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## [1.3.0](https://github.com/auth0/Auth0.swift/tree/1.3.0) (2017-03-13)
410
[Full Changelog](https://github.com/auth0/Auth0.swift/compare/1.2.0...1.3.0)
511

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Auth0.swift is available through [CocoaPods](http://cocoapods.org).
2626
To install it, simply add the following line to your Podfile:
2727

2828
```ruby
29-
pod "Auth0", '~> 1.3'
29+
pod "Auth0", '~> 1.4'
3030
```
3131

3232
###Carthage
3333

3434
In your Cartfile add this line
3535

3636
```
37-
github "auth0/Auth0.swift" ~> 1.3
37+
github "auth0/Auth0.swift" ~> 1.4
3838
```
3939

4040
## Usage

0 commit comments

Comments
 (0)