Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Sep 30, 2016
1 parent 66dd527 commit 6893135
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.0.1](https://github.com/Electrode-iOS/ELRouter/releases/tag/v3.0.1)

## Fixes

- Changed `deepLinkComponents` to not decode escaped slashes when determining path components, but to pass encoded parts on instead.


# [3.0.0](https://github.com/Electrode-iOS/ELRouter/releases/tag/v3.0.0)

## Breaking
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>3.0.0</string>
<string>3.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 @@
# ELRouter

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

ELRouter.framework. A URL router for UIKit.
Expand Down

0 comments on commit 6893135

Please sign in to comment.