Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Sep 13, 2017
1 parent 4e2618f commit 1c0bf5b
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 @@ -7,7 +7,7 @@ let package = Package(
Target(name: "Bond", dependencies: ["BNDProtocolProxyBase"])
],
dependencies: [
.Package(url: "https://github.com/ReactiveKit/ReactiveKit.git", versions: Version(3, 6, 0)..<Version(4, 0, 0)),
.Package(url: "https://github.com/ReactiveKit/ReactiveKit.git", versions: Version(3, 6, 2)..<Version(4, 0, 0)),
.Package(url: "https://github.com/wokalski/Diff.swift.git", versions: Version(0, 5, 3)..<Version(1, 0, 0))
]
)

0 comments on commit 1c0bf5b

Please sign in to comment.