From 8cd04ea2a949e8cfda4bd4f44f522635b000f838 Mon Sep 17 00:00:00 2001 From: Suyeol Jeon Date: Thu, 3 Mar 2016 00:16:30 +0900 Subject: [PATCH] Bump version to 0.4.2 --- README.md | 6 +++--- URLNavigator.podspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c697544..7292b55 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Navigator.presentURL("myapp://post/54321", wrap: true) Navigator.openURL("myapp://alert?title=Hello&message=World") ``` -For full documentation, see [URLNavigator Class Reference](http://cocoadocs.org/docsets/URLNavigator/0.4.1/Classes/URLNavigator.html). +For full documentation, see [URLNavigator Class Reference](http://cocoadocs.org/docsets/URLNavigator/0.4.2/Classes/URLNavigator.html). #### Implementing URLNavigable @@ -100,7 +100,7 @@ Installation - **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds): ```ruby - github 'devxoul/URLNavigator', '0.4.1', :files => 'Sources/*.swift' + github 'devxoul/URLNavigator', '0.4.2', :files => 'Sources/*.swift' ``` - **Using [Swift Package Manager](https://swift.org/package-manager)**: @@ -111,7 +111,7 @@ Installation let package = Package( name: "MyAwesomeApp", dependencies: [ - .Package(url: "https://github.com/devxoul/URLNavigator", "0.4.1"), + .Package(url: "https://github.com/devxoul/URLNavigator", "0.4.2"), ] ) ``` diff --git a/URLNavigator.podspec b/URLNavigator.podspec index 458f4f9..dd81599 100644 --- a/URLNavigator.podspec +++ b/URLNavigator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "URLNavigator" - s.version = "0.4.1" + s.version = "0.4.2" s.summary = "⛵️ Elegant URL Routing for Swift" s.homepage = "https://github.com/devxoul/URLNavigator" s.license = { :type => "MIT", :file => "LICENSE" }