Skip to content

Commit

Permalink
Updated package tag
Browse files Browse the repository at this point in the history
Modified 1 file:
Package.swift
  • Loading branch information
eonist committed Aug 13, 2017
1 parent 6240eab commit 4dcec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "Element",
dependencies: [
.Package(url: "https://github.com/eonist/swift-utils.git", Version(0, 0, 0, prereleaseIdentifiers: ["alpha", "5"]))
.Package(url: "https://github.com/eonist/swift-utils.git", Version(0, 0, 0, prereleaseIdentifiers: ["alpha", "6"]))
],
exclude: ["README.md"]
)

0 comments on commit 4dcec7d

Please sign in to comment.