Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Feb 25, 2017
1 parent 0a91cc5 commit 091901c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)**:
Expand All @@ -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"),
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion URLNavigator.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 091901c

Please sign in to comment.