Skip to content

Commit

Permalink
version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Aug 31, 2017
1 parent 72328f1 commit 341e2b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [4.0.2](https://github.com/Electrode-iOS/ELLog/releases/tag/v4.0.2)

- Use default settings for bitcode

# [4.0.1](https://github.com/Electrode-iOS/ELLog/releases/tag/v4.0.1)

- Log levels were incorrect. Info should not be more permissive than Debug.
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>4.0.1</string>
<string>4.0.2</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 @@
# ELLog

[![Version](https://img.shields.io/badge/version-v4.0.1-blue.svg)](https://github.com/Electrode-iOS/ELLog/releases/latest)
[![Version](https://img.shields.io/badge/version-v4.0.2-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)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)

Expand All @@ -17,7 +17,7 @@ ELLog requires Swift 3.1 and Xcode 8.3.
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/ELLog" ~> 4.0.1
github "Electrode-iOS/ELLog" ~> 4.0.2
```

### Manual
Expand Down

0 comments on commit 341e2b5

Please sign in to comment.