Skip to content

Commit

Permalink
Use Kitura 1.6.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjun authored and Jon Wayne Parrott committed Feb 8, 2017
1 parent 0633554 commit 6f10c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/Package.swift
Expand Up @@ -3,6 +3,6 @@ import PackageDescription
let package = Package(
name: "MyApplication",
dependencies: [
.Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 1, minor: 5)
.Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 1, minor: 6)
]
)

0 comments on commit 6f10c7f

Please sign in to comment.