Skip to content

Commit

Permalink
Bump to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohisa Takaoka committed Jun 14, 2016
1 parent 18d128c commit c6c2781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "Router",
dependencies: [
.Package(url: "https://github.com/Zewo/RegexRouteMatcher.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/Zewo/TrieRouteMatcher.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/Zewo/RegexRouteMatcher.git", majorVersion: 0, minor: 8),
.Package(url: "https://github.com/Zewo/TrieRouteMatcher.git", majorVersion: 0, minor: 8),
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/Zewo/Router.git", majorVersion: 0, minor: 5),
.Package(url: "https://github.com/Zewo/Router.git", majorVersion: 0, minor: 8),
]
)
```
Expand Down Expand Up @@ -64,4 +64,4 @@ This project is released under the MIT license. See [LICENSE](LICENSE) for detai
[travis-badge]: https://travis-ci.org/Zewo/Router.svg?branch=master
[travis-url]: https://travis-ci.org/Zewo/Router
[codebeat-badge]: https://codebeat.co/badges/6cd4677a-13ec-438b-8f9b-dac802d8f56a
[codebeat-url]: https://codebeat.co/projects/github-com-zewo-router
[codebeat-url]: https://codebeat.co/projects/github-com-zewo-router

0 comments on commit c6c2781

Please sign in to comment.