Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Aug 31, 2016
1 parent 759f774 commit 8d87129
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# [1.0.1](https://github.com/Electrode-iOS/ELDispatch/releases/tag/v1.0.1)

- Added ELFoundation as a Target Dependency
2 changes: 1 addition & 1 deletion ELDispatch/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.0.0</string>
<string>1.0.1</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
@@ -1,6 +1,6 @@
# ELDispatch

[![Version](https://img.shields.io/badge/version-v1.0.0-blue.svg)](https://github.com/Electrode-iOS/ELDispatch/releases/latest)
[![Version](https://img.shields.io/badge/version-v1.0.1-blue.svg)](https://github.com/Electrode-iOS/ELDispatch/releases/latest)
[![Build Status](https://travis-ci.org/Electrode-iOS/ELDispatch.svg)](https://travis-ci.org/Electrode-iOS/ELDispatch)

ELDispatch is a Swift framework that provides useful Swift language constructs to oft-used Grand Central Dispatch patterns such as Queues, Groups, Timer, Semaphore, etc.
Expand All @@ -9,7 +9,7 @@ Grand Central Dispatch is a powerful library, but it can easily be difficult for

## Requirements

ELDispatch requires Swift 2.1, Xcode 7.2 and depends on [`ELFoundation.framework`](https://github.com/Electrode-iOS/ELFoundation).
ELDispatch requires Swift 2.2, Xcode 7.3 and depends on [`ELFoundation.framework`](https://github.com/Electrode-iOS/ELFoundation).

[Electrode-iOS](https://github.com/Electrode-iOS/) frameworks are designed to live side-by-side in the file system, like so:

Expand Down

0 comments on commit 8d87129

Please sign in to comment.