From 2eb6cf8f89ed2904109ace76bec6a2e60b7e5268 Mon Sep 17 00:00:00 2001 From: Angelo Di Paolo Date: Thu, 31 Aug 2017 06:48:14 -0700 Subject: [PATCH] version 2.0.2 --- CHANGELOG.md | 4 ++++ ELKeychain/Info.plist | 2 +- README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb98260..f0efbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [2.0.2](https://github.com/Electrode-iOS/ELKeychain/releases/tag/v2.0.2) + +- Use default settings for bitcode + # [2.0.1](https://github.com/Electrode-iOS/ELKeychain/releases/tag/v2.0.1) - Resolve Xcode 8.3 warnings diff --git a/ELKeychain/Info.plist b/ELKeychain/Info.plist index 783e22e..a16c895 100644 --- a/ELKeychain/Info.plist +++ b/ELKeychain/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.1 + 2.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index f1fd85a..4ea7c0a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ELKeychain -[![Version](https://img.shields.io/badge/version-v2.0.1-blue.svg)](https://github.com/Electrode-iOS/ELKeychain/releases/latest) +[![Version](https://img.shields.io/badge/version-v2.0.2-blue.svg)](https://github.com/Electrode-iOS/ELKeychain/releases/latest) [![Build Status](https://travis-ci.org/Electrode-iOS/ELKeychain.svg?branch=master)](https://travis-ci.org/Electrode-iOS/ELKeychain) [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) @@ -17,7 +17,7 @@ ELKeychain requires Swift 3 and Xcode 8. Install with [Carthage](https://github.com/Carthage/Carthage) by adding the framework to your project's [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile). ``` -github "Electrode-iOS/ELKeychain" ~> 2.0.1 +github "Electrode-iOS/ELKeychain" ~> 2.0.2 ``` ### Manual