Skip to content

Commit

Permalink
remove minor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofaria committed Jun 8, 2017
1 parent 330d8a0 commit d51cac1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// swift-tools-version:3.1

import PackageDescription

let package = Package(
name: "Venice",
dependencies: [
.Package(url: "https://github.com/Zewo/CLibdill.git", majorVersion: 1, minor: 0)
.Package(url: "https://github.com/Zewo/CLibdill.git", majorVersion: 1)
]
)

0 comments on commit d51cac1

Please sign in to comment.