From 02d8a5c649304ed53fc06e5fa315ca3e4a6fb883 Mon Sep 17 00:00:00 2001 From: Hernan Zalazar Date: Tue, 13 Sep 2016 09:37:21 -0300 Subject: [PATCH] Release 1.2.0 --- JWTDecode/Info.plist | 2 +- JWTDecodeTests/Info.plist | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JWTDecode/Info.plist b/JWTDecode/Info.plist index ab8d7fa..f061131 100644 --- a/JWTDecode/Info.plist +++ b/JWTDecode/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/JWTDecodeTests/Info.plist b/JWTDecodeTests/Info.plist index 3b9aa4a..631d44c 100644 --- a/JWTDecodeTests/Info.plist +++ b/JWTDecodeTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.1.0 + 1.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 2989235..3c9e37b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This library will help you check [JWT](http://jwt.io/) payload ## Requirements -iOS 8+ and at least Xcode 7 (for Swift 2.0). +iOS 8+ and Xcode 8 (for Swift 2.3). ## Installation