Skip to content

Commit

Permalink
Release 2.5.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Oct 16, 2020
1 parent 3ce3029 commit ee8c8ed
Show file tree
Hide file tree
Showing 5 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.5.0](https://github.com/auth0/JWTDecode.swift/tree/2.5.0) (2020-10-16)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.4.1...2.5.0)

**Changed**
- Updated Quick and Nimble [\#114](https://github.com/auth0/JWTDecode.swift/pull/114) ([Widcket](https://github.com/Widcket))

## [2.4.1](https://github.com/auth0/JWTDecode.swift/tree/2.4.1) (2020-01-11)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.4.0...2.4.1)

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.4.1</string>
<string>2.5.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.4.1</string>
<string>2.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This library will help you check [JWT](https://jwt.io/) payload
## Requirements

- iOS 9+ / macOS 10.11+ / tvOS 9.0+ / watchOS 2.0+
- Xcode 11.4+
- Xcode 11.4+ / 12.x
- Swift 4.x/5.x

## Installation
Expand Down
2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew cask install fastlane`
or alternatively using `brew install fastlane`

# Available Actions
## iOS
Expand Down

0 comments on commit ee8c8ed

Please sign in to comment.