Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed May 6, 2019
1 parent 547347e commit a86805f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [2.3.0](https://github.com/auth0/JWTDecode.swift/tree/2.3.0) (2019-05-06)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.2.0...2.3.0)

**Added**
- Added Swift 5 / Xcode 10.2 support [\#88](https://github.com/auth0/JWTDecode.swift/pull/88) ([cocojoe](https://github.com/cocojoe))

## [2.2.0](https://github.com/auth0/JWTDecode.swift/tree/2.2.0) (2018-12-17)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.1.1...2.2.0)

Expand Down
2 changes: 1 addition & 1 deletion JWTDecode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion JWTDecodeTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.2.0</string>
<string>2.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This library will help you check [JWT](http://jwt.io/) payload
If you are using Carthage, add the following lines to your `Cartfile`:

```ruby
github "auth0/JWTDecode.swift" ~> 2.2
github "auth0/JWTDecode.swift" ~> 2.3
```

Then run `carthage bootstrap`.
Expand All @@ -38,7 +38,7 @@ If you are using [Cocoapods](https://cocoapods.org/), add these lines to your `P

```ruby
use_frameworks!
pod 'JWTDecode', '~> 2.2'
pod 'JWTDecode', '~> 2.3'
```

Then, run `pod install`.
Expand Down

0 comments on commit a86805f

Please sign in to comment.