Skip to content

Commit

Permalink
Merge pull request #10 from vapor/two
Browse files Browse the repository at this point in the history
package/readme
  • Loading branch information
loganwright authored May 17, 2017
2 parents 383296d + d891c02 commit a91bd20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import PackageDescription

let beta = Version(2,0,0, prereleaseIdentifiers: ["beta"])

let package = Package(
name: "Multipart",
targets: [
Expand All @@ -13,9 +11,9 @@ let package = Package(
],
dependencies: [
// Core extensions, type-aliases, and functions that facilitate common tasks
.Package(url: "https://github.com/vapor/core.git", beta),
.Package(url: "https://github.com/vapor/core.git", majorVersion: 2),

// HTTP package for HeaderKey type
.Package(url: "https://github.com/vapor/engine.git", beta),
.Package(url: "https://github.com/vapor/engine.git", majorVersion: 2),
]
)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://cloud.githubusercontent.com/assets/1977704/25427397/bc203770-2a72-11e7-8aec-db3459966311.png" width="320" alt="Fluent">
<br>
<br>
<a href="http://beta.docs.vapor.codes/multipart/package/">
<a href="https://docs.vapor.codes/2.0/multipart/package/">
<img src="http://img.shields.io/badge/read_the-docs-92A8D1.svg" alt="Documentation">
</a>
<a href="http://vapor.team">
Expand All @@ -17,4 +17,4 @@
<a href="https://swift.org">
<img src="http://img.shields.io/badge/swift-3.1-brightgreen.svg" alt="Swift 3.1">
</a>
</center>
</p>

0 comments on commit a91bd20

Please sign in to comment.