diff --git a/README.md b/README.md index 93b70c5..d318e49 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.6.0/Classes/URLNavigator.html). +For full documentation, see [URLNavigator Class Reference](http://cocoadocs.org/docsets/URLNavigator/0.7.0/Classes/URLNavigator.html). #### Implementing URLNavigable @@ -88,19 +88,19 @@ Installation - **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org): ```ruby - pod 'URLNavigator', '~> 0.6' + pod 'URLNavigator', '~> 0.7' ``` - **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage): ``` - github "devxoul/URLNavigator" ~> 0.6 + github "devxoul/URLNavigator" ~> 0.7 ``` - **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds): ```ruby - github 'devxoul/URLNavigator', '0.6.0', :files => 'Sources/*.swift' + github 'devxoul/URLNavigator', '0.7.0', :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.6.0"), + .Package(url: "https://github.com/devxoul/URLNavigator", "0.7.0"), ] ) ``` diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist index 63c3e67..3157e47 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.6.0 + 0.7.0 CFBundleSignature ???? CFBundleVersion diff --git a/URLNavigator.podspec b/URLNavigator.podspec index cac30c4..4c40d16 100644 --- a/URLNavigator.podspec +++ b/URLNavigator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "URLNavigator" - s.version = "0.6.0" + s.version = "0.7.0" s.summary = "⛵️ Elegant URL Routing for Swift" s.homepage = "https://github.com/devxoul/URLNavigator" s.license = { :type => "MIT", :file => "LICENSE" }