Skip to content

Commit

Permalink
version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Aug 31, 2017
1 parent a4331ae commit edf3ce7
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 @@
# [4.2.2](https://github.com/Electrode-iOS/ELRouter/releases/tag/v4.2.2)

- Use default settings for bitcode

# [4.2.1](https://github.com/Electrode-iOS/ELRouter/releases/tag/v4.2.1)

- Add `@discardableResult` to a few more Route APIs
Expand Down
2 changes: 1 addition & 1 deletion ELRouter/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.2.1</string>
<string>4.2.2</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 @@
# ELRouter

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

Expand Down

0 comments on commit edf3ce7

Please sign in to comment.