Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Sep 27, 2017
1 parent f8210ff commit 4d5bc5a
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.1.0](https://github.com/auth0/JWTDecode.swift/tree/2.1.0) (2017-09-27)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.0.0...2.1.0)

**Added**
- Added Xcode 9 / Swift 3.2 Support [\#50](https://github.com/auth0/JWTDecode.swift/pull/50) ([cocojoe](https://github.com/cocojoe))

## [2.0.0](https://github.com/auth0/JWTDecode.swift/tree/2.0.0) (2016-09-14)

[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/1.2.0...2.0.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.0.0</string>
<string>2.1.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.0.0</string>
<string>2.1.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.0
github "auth0/JWTDecode.swift" ~> 2.1
```

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.0'
pod 'JWTDecode', '~> 2.1'
```

Then, run `pod install`.
Expand Down

0 comments on commit 4d5bc5a

Please sign in to comment.