diff --git a/README.md b/README.md index ffe78c1..7739ac4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Navigator.present("myapp://post/54321", wrap: true) Navigator.open("myapp://alert?title=Hello&message=World") ``` -For full documentation, see [URLNavigator Class Reference](http://cocoadocs.org/docsets/URLNavigator/1.1.1/Classes/URLNavigator.html). +For full documentation, see [URLNavigator Class Reference](http://cocoadocs.org/docsets/URLNavigator/1.1.2/Classes/URLNavigator.html). #### 3. Implementing URLNavigable @@ -98,7 +98,7 @@ Installation - **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds): ```ruby - github 'devxoul/URLNavigator', '1.1.1', :files => 'Sources/*.swift' + github 'devxoul/URLNavigator', '1.1.2', :files => 'Sources/*.swift' ``` - **Using [Swift Package Manager](https://swift.org/package-manager)**: @@ -109,7 +109,7 @@ Installation let package = Package( name: "MyAwesomeApp", dependencies: [ - .Package(url: "https://github.com/devxoul/URLNavigator", "1.1.1"), + .Package(url: "https://github.com/devxoul/URLNavigator", "1.1.2"), ] ) ``` diff --git a/URLNavigator.podspec b/URLNavigator.podspec index c7c4699..e0cb6a9 100644 --- a/URLNavigator.podspec +++ b/URLNavigator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "URLNavigator" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "⛵️ Elegant URL Routing for Swift" s.homepage = "https://github.com/devxoul/URLNavigator" s.license = { :type => "MIT", :file => "LICENSE" }