Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Dec 12, 2016
1 parent 8bef785 commit af35741
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [2.0.1](https://github.com/Electrode-iOS/ELFoundation/releases/tag/v2.0.1)

- Fix missing files in macOS Test target.

# [2.0.0](https://github.com/Electrode-iOS/ELFoundation/releases/tag/v2.0.0)

- Migrate to Swift 3
Expand Down
2 changes: 1 addition & 1 deletion ELFoundation/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.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ELFoundation_osx/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>1.1.0</string>
<string>2.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ELFoundation

[![Version](https://img.shields.io/badge/version-v2.0.0-blue.svg)](https://github.com/Electrode-iOS/ELFoundation/releases/latest)
[![Version](https://img.shields.io/badge/version-v2.0.1-blue.svg)](https://github.com/Electrode-iOS/ELFoundation/releases/latest)
[![Build Status](https://travis-ci.org/Electrode-iOS/ELFoundation.svg?branch=master)](https://travis-ci.org/Electrode-iOS/ELFoundation)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

ELFoundation is a collection of Swift utilities for iOS development.

## Requirements

ELFoundation requires Swift 3 and Xcode 8.
ELFoundation requires Swift 3 and Xcode 8.1.

## Installation

Expand All @@ -17,7 +17,7 @@ ELFoundation 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/ELFoundation" ~> 2.0.0
github "Electrode-iOS/ELFoundation" ~> 2.0.1
```

### Manual
Expand Down

0 comments on commit af35741

Please sign in to comment.