diff --git a/README.md b/README.md index 9da719a..31b4fcb 100644 --- a/README.md +++ b/README.md @@ -75,19 +75,19 @@ Installation - **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org): ```ruby - pod 'URLNavigator', '~> 0.1' + pod 'URLNavigator', '~> 0.2' ``` - **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage): ``` - github "devxoul/URLNavigator" ~> 0.1 + github "devxoul/URLNavigator" ~> 0.2 ``` - **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds): ```ruby - github 'devxoul/URLNavigator', '0.1.0', :files => 'Sources/*.swift' + github 'devxoul/URLNavigator', '0.2.0', :files => 'Sources/*.swift' ``` - **Using [Swift Package Manager](https://swift.org/package-manager)**: @@ -98,7 +98,7 @@ Installation let package = Package( name: "MyAwesomeApp", dependencies: [ - .Package(url: "https://github.com/devxoul/URLNavigator", "0.1.0"), + .Package(url: "https://github.com/devxoul/URLNavigator", "0.2.0"), ] ) ``` diff --git a/URLNavigator.podspec b/URLNavigator.podspec index 1d8244c..95995d0 100644 --- a/URLNavigator.podspec +++ b/URLNavigator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "URLNavigator" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "⛵️ Elegant URL Routing for Swift" s.homepage = "https://github.com/devxoul/URLNavigator" s.license = { :type => "MIT", :file => "LICENSE" }