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 Jun 10, 2016
1 parent 4e37852 commit c212bc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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/ELDispatch/releases/tag/v2.0.0)

- Removed redundant `LogDestinationProtocol` conformace already implemented in `LogDestinationBase`

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

- Updated for Swift 2.2 and Xcode 7.3 compatibility
Expand Down
2 changes: 1 addition & 1 deletion ELLog/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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ELLog

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

ELLog is a framework that provides versatile logging options for Swift and Objective-C code.
Expand Down

0 comments on commit c212bc5

Please sign in to comment.